#8C1542

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

Shades of Disco #8C1542

Tints of Disco #8C1542

Color information

#8C1542 (or 0x8C1542) is unknown color: approx Disco. HEX triplet: 8C, 15 and 42. RGB value is (140,21,66). Sum of RGB (Red+Green+Blue) = 140+21+66=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 21 (8.59% from 255 or 9.25% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1542 is #73EABD. Grayscale: #3D3D3D. Windows color (decimal): -7596734 or 4330892. OLE color: 4330892.

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

Color convert

RGB1402166-
CMYK00.850.530.45
HSL337.31º73.91%31.57%-
HSV(B)337.31º85%54.9%-
XYZ12.076.515.77-
YUV61.71130.42183.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.67%
GREEN value IS 21 (8.59% from 255) = 9.25%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=61.67%
G=9.25%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140216600.850.530.45337.3173.9131.57
Hex8C1542055352D1514a20
Octal214251020125655552111240
Binary10001100101011000010010101011101011011011010100011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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