#8C0D40

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

Shades of Disco #8C0D40

Tints of Disco #8C0D40

Color information

#8C0D40 (or 0x8C0D40) is unknown color: approx Disco. HEX triplet: 8C, 0D and 40. RGB value is (140,13,64). Sum of RGB (Red+Green+Blue) = 140+13+64=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0D40 is #73F2BF. Grayscale: #383838. Windows color (decimal): -7598784 or 4197772. OLE color: 4197772.

HSL color Cylindrical-coordinate representation of color #8C0D40: hue angle of 335.91º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0D40 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB1401364-
CMYK00.910.540.45
HSL335.91º83.01%30%-
HSV(B)335.91º90.71%54.9%-
XYZ11.886.235.43-
YUV56.79132.08187.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 64.52%
GREEN value IS 13 (5.47% from 255) = 5.99%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=64.52%
G=5.99%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140136400.910.540.45335.9183.0130
Hex8CD4005B362D150531e
Octal214151000133665552012336
Binary100011001101100000001011011110110101101101010000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,13,64); }

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

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

 a { background-color: rgb(140,13,64); }

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

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

 span { border-color: rgb(140,13,64); }

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