#8E3249

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

Shades of Disco #8E3249

Tints of Disco #8E3249

Color information

#8E3249 (or 0x8E3249) is unknown color: approx Disco. HEX triplet: 8E, 32 and 49. RGB value is (142,50,73). Sum of RGB (Red+Green+Blue) = 142+50+73=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3249 is #71CDB6. Grayscale: #505050. Windows color (decimal): -7458231 or 4797070. OLE color: 4797070.

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

Color convert

RGB1425073-
CMYK00.650.490.44
HSL345º47.92%37.65%-
HSV(B)345º64.79%55.69%-
XYZ13.58.517.24-
YUV80.13123.98172.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 73 (28.91% from 255) = 27.55%
R=53.58%
G=18.87%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142507300.650.490.4434547.9237.65
Hex8E3249041312C1593026
Octal21662111010161545316046
Binary10001110110010100100101000001110001101100101011001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,50,73); }

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

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

 a { background-color: rgb(142,50,73); }

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

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

 span { border-color: rgb(142,50,73); }

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