#8E3251

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

Shades of Disco #8E3251

Tints of Disco #8E3251

Color information

#8E3251 (or 0x8E3251) is unknown color: approx Disco. HEX triplet: 8E, 32 and 51. RGB value is (142,50,81). Sum of RGB (Red+Green+Blue) = 142+50+81=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 81 (32.03% from 255 or 29.67% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3251 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3251 is #71CDAE. Grayscale: #515151. Windows color (decimal): -7458223 or 5321358. OLE color: 5321358.

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

Color convert

RGB1425081-
CMYK00.650.430.44
HSL339.78º47.92%37.65%-
HSV(B)339.78º64.79%55.69%-
XYZ13.788.638.72-
YUV81.04127.98171.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 81 (32.03% from 255) = 29.67%
R=52.01%
G=18.32%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142508100.650.430.44339.7847.9237.65
Hex8E32510412B2C1543026
Octal21662121010153545246046
Binary10001110110010101000101000001101011101100101010100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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