#8E0934

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

Shades of Burgundy #8E0934

Tints of Burgundy #8E0934

Color information

#8E0934 (or 0x8E0934) is unknown color: approx Burgundy. HEX triplet: 8E, 09 and 34. RGB value is (142,9,52). Sum of RGB (Red+Green+Blue) = 142+9+52=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0934 is #71F6CB. Grayscale: #353535. Windows color (decimal): -7468748 or 3410318. OLE color: 3410318.

HSL color Cylindrical-coordinate representation of color #8E0934: hue angle of 340.6º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0934 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB142952-
CMYK00.940.630.44
HSL340.6º88.08%29.61%-
HSV(B)340.6º93.66%55.69%-
XYZ11.876.193.82-
YUV53.67127.06191-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=69.95%
G=4.43%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14295200.940.630.44340.688.0829.61
Hex8E93405E3F2C155581e
Octal21611640136775452513036
Binary10001110100111010001011110111111101100101010101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,9,52); }

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

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

 a { background-color: rgb(142,9,52); }

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

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

 span { border-color: rgb(142,9,52); }

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