#8E1946

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

Shades of Disco #8E1946

Tints of Disco #8E1946

Color information

#8E1946 (or 0x8E1946) is unknown color: approx Disco. HEX triplet: 8E, 19 and 46. RGB value is (142,25,70). Sum of RGB (Red+Green+Blue) = 142+25+70=237 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.92% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1946 is #71E6B9. Grayscale: #414141. Windows color (decimal): -7464634 or 4594062. OLE color: 4594062.

HSL color Cylindrical-coordinate representation of color #8E1946: hue angle of 336.92º 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 #8E1946 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB1422570-
CMYK00.820.510.44
HSL336.92º70.06%32.75%-
HSV(B)336.92º82.39%55.69%-
XYZ12.616.896.46-
YUV65.11130.76182.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.92%
GREEN value IS 25 (10.16% from 255) = 10.55%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=59.92%
G=10.55%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142257000.820.510.44336.9270.0632.75
Hex8E1946052332C1514621
Octal216311060122635452110641
Binary10001110110011000110010100101100111011001010100011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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