#8E1E42

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

Shades of Disco #8E1E42

Tints of Disco #8E1E42

Color information

#8E1E42 (or 0x8E1E42) is unknown color: approx Disco. HEX triplet: 8E, 1E and 42. RGB value is (142,30,66). Sum of RGB (Red+Green+Blue) = 142+30+66=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1E42 is #71E1BD. Grayscale: #434343. Windows color (decimal): -7463358 or 4333198. OLE color: 4333198.

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

Color convert

RGB1423066-
CMYK00.790.540.44
HSL340.71º65.12%33.73%-
HSV(B)340.71º78.87%55.69%-
XYZ12.67.075.86-
YUV67.59127.11181.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.66%
GREEN value IS 30 (12.11% from 255) = 12.61%
BLUE value IS 66 (26.17% from 255) = 27.73%
R=59.66%
G=12.61%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142306600.790.540.44340.7165.1233.73
Hex8E1E4204F362C1554122
Octal216361020117665452510142
Binary10001110111101000010010011111101101011001010101011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,30,66); }

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

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

 a { background-color: rgb(142,30,66); }

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

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

 span { border-color: rgb(142,30,66); }

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