#8C1340

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

Shades of Disco #8C1340

Tints of Disco #8C1340

Color information

#8C1340 (or 0x8C1340) is unknown color: approx Disco. HEX triplet: 8C, 13 and 40. RGB value is (140,19,64). Sum of RGB (Red+Green+Blue) = 140+19+64=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1340 is #73ECBF. Grayscale: #3C3C3C. Windows color (decimal): -7597248 or 4199308. OLE color: 4199308.

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

Color convert

RGB1401964-
CMYK00.860.540.45
HSL337.69º76.1%31.18%-
HSV(B)337.69º86.43%54.9%-
XYZ11.976.415.46-
YUV60.31130.09184.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 62.78%
GREEN value IS 19 (7.81% from 255) = 8.52%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=62.78%
G=8.52%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140196400.860.540.45337.6976.131.18
Hex8C1340056362D1524c1f
Octal214231000126665552211437
Binary1000110010011100000001010110110110101101101010010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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