#8e2849

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

Shades of Disco #8E2849

Tints of Disco #8E2849

Color information

#8E2849 (or 0x8E2849) is unknown color: approx Disco. HEX triplet: 8E, 28 and 49. RGB value is (142,40,73). Sum of RGB (Red+Green+Blue) = 142+40+73=255 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.69% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2849 is #71D7B6. Grayscale: #4A4A4A. Windows color (decimal): -7460791 or 4794510. OLE color: 4794510.

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

Color convert

RGB1424073-
CMYK00.720.490.44
HSL340.59º56.04%35.69%-
HSV(B)340.59º71.83%55.69%-
XYZ13.127.757.11-
YUV74.26127.29176.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 55.69%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 73 (28.91% from 255) = 28.63%
R=55.69%
G=15.69%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142407300.720.490.44340.5956.0435.69
Hex8E2849048312C1553824
Octal21650111011061545257044
Binary10001110101000100100101001000110001101100101010101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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