#8C0A42

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

Shades of Disco #8C0A42

Tints of Disco #8C0A42

Color information

#8C0A42 (or 0x8C0A42) is unknown color: approx Disco. HEX triplet: 8C, 0A and 42. RGB value is (140,10,66). Sum of RGB (Red+Green+Blue) = 140+10+66=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A42 is #73F5BD. Grayscale: #373737. Windows color (decimal): -7599550 or 4328076. OLE color: 4328076.

HSL color Cylindrical-coordinate representation of color #8C0A42: hue angle of 334.15º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A42 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB1401066-
CMYK00.930.530.45
HSL334.15º86.67%29.41%-
HSV(B)334.15º92.86%54.9%-
XYZ11.916.195.72-
YUV55.25134.07188.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.81%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 66 (26.17% from 255) = 30.56%
R=64.81%
G=4.63%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140106600.930.530.45334.1586.6729.41
Hex8CA4205D352D14e571d
Octal214121020135655551612735
Binary100011001010100001001011101110101101101101001110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,10,66); }

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

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

 a { background-color: rgb(140,10,66); }

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

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

 span { border-color: rgb(140,10,66); }

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