#8E2847

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

Shades of Disco #8E2847

Tints of Disco #8E2847

Color information

#8E2847 (or 0x8E2847) is unknown color: approx Disco. HEX triplet: 8E, 28 and 47. RGB value is (142,40,71). Sum of RGB (Red+Green+Blue) = 142+40+71=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2847 is #71D7B8. Grayscale: #4A4A4A. Windows color (decimal): -7460793 or 4663438. OLE color: 4663438.

HSL color Cylindrical-coordinate representation of color #8E2847: hue angle of 341.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2847 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.44.

Color convert

RGB1424071-
CMYK00.720.50.44
HSL341.76º56.04%35.69%-
HSV(B)341.76º71.83%55.69%-
XYZ13.057.726.76-
YUV74.03126.29176.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 56.13%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 71 (28.12% from 255) = 28.06%
R=56.13%
G=15.81%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142407100.720.50.44341.7656.0435.69
Hex8E2847048322C1563824
Octal21650107011062545267044
Binary10001110101000100011101001000110010101100101010110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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