#8C2F44

Color #8C2F44 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #8C2F44

Tints of Disco #8C2F44

Color information

#8C2F44 (or 0x8C2F44) is unknown color: approx Disco. HEX triplet: 8C, 2F and 44. RGB value is (140,47,68). Sum of RGB (Red+Green+Blue) = 140+47+68=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F44 is #73D0BB. Grayscale: #4D4D4D. Windows color (decimal): -7590076 or 4468620. OLE color: 4468620.

HSL color Cylindrical-coordinate representation of color #8C2F44: hue angle of 346.45º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F44 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB1404768-
CMYK00.660.510.45
HSL346.45º49.73%36.67%-
HSV(B)346.45º66.43%54.9%-
XYZ12.888.036.34-
YUV77.2122.81172.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 47 (18.75% from 255) = 18.43%
BLUE value IS 68 (26.95% from 255) = 26.67%
R=54.90%
G=18.43%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140476800.660.510.45346.4549.7336.67
Hex8C2F44042332D15a3225
Octal21457104010263555326245
Binary10001100101111100010001000010110011101101101011010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C2F44; }

 p { color: rgb(140,47,68); }

 H1.HeaderClassName
 {
   color: #8C2F44;
 }
 .AnyTagClassName
 {
   color: #8C2F44;
 }
</style>
background-color css

<style>
 a { background-color: #8C2F44; }

 a { background-color: rgb(140,47,68); }

 div.DivClassName
 {
   background-color: #8C2F44;
 }
 .BgClassName
 {
   background-color: #8C2F44;
 }
</style>
border-color css

<style>
 span { border-color: #8C2F44; }

 span { border-color: rgb(140,47,68); }

 td.TdClassName
 {
   border-color: #8C2F44;
 }
 .TagClassName
 {
   border-color: #8C2F44;
 }
</style>