#8E3247

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

Shades of Disco #8E3247

Tints of Disco #8E3247

Color information

#8E3247 (or 0x8E3247) is unknown color: approx Disco. HEX triplet: 8E, 32 and 47. RGB value is (142,50,71). Sum of RGB (Red+Green+Blue) = 142+50+71=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3247 is #71CDB8. Grayscale: #4F4F4F. Windows color (decimal): -7458233 or 4665998. OLE color: 4665998.

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

Color convert

RGB1425071-
CMYK00.650.50.44
HSL346.3º47.92%37.65%-
HSV(B)346.3º64.79%55.69%-
XYZ13.438.496.89-
YUV79.9122.98172.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.99%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 71 (28.12% from 255) = 27.00%
R=53.99%
G=19.01%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142507100.650.50.44346.347.9237.65
Hex8E3247041322C15a3026
Octal21662107010162545326046
Binary10001110110010100011101000001110010101100101011010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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