#8E1941

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

Shades of Disco #8E1941

Tints of Disco #8E1941

Color information

#8E1941 (or 0x8E1941) is unknown color: approx Disco. HEX triplet: 8E, 19 and 41. RGB value is (142,25,65). Sum of RGB (Red+Green+Blue) = 142+25+65=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1941 is #71E6BE. Grayscale: #404040. Windows color (decimal): -7464639 or 4266382. OLE color: 4266382.

HSL color Cylindrical-coordinate representation of color #8E1941: hue angle of 339.49º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1941 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB1422565-
CMYK00.820.540.44
HSL339.49º70.06%32.75%-
HSV(B)339.49º82.39%55.69%-
XYZ12.466.835.66-
YUV64.54128.26183.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.21%
GREEN value IS 25 (10.16% from 255) = 10.78%
BLUE value IS 65 (25.78% from 255) = 28.02%
R=61.21%
G=10.78%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142256500.820.540.44339.4970.0632.75
Hex8E1941052362C1534621
Octal216311010122665452310641
Binary10001110110011000001010100101101101011001010100111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,25,65); }

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

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

 a { background-color: rgb(142,25,65); }

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

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

 span { border-color: rgb(142,25,65); }

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