#8A0E29

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

Shades of Burgundy #8A0E29

Tints of Burgundy #8A0E29

Color information

#8A0E29 (or 0x8A0E29) is unknown color: approx Burgundy. HEX triplet: 8A, 0E and 29. RGB value is (138,14,41). Sum of RGB (Red+Green+Blue) = 138+14+41=193 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.50% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0E29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0E29 is #75F1D6. Grayscale: #363636. Windows color (decimal): -7729623 or 2690698. OLE color: 2690698.

HSL color Cylindrical-coordinate representation of color #8A0E29: hue angle of 346.94º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A0E29 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1381441-
CMYK00.900.700.46
HSL346.94º81.58%29.8%-
HSV(B)346.94º89.86%54.12%-
XYZ11.045.882.65-
YUV54.15120.58187.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 71.50%
GREEN value IS 14 (5.86% from 255) = 7.25%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=71.50%
G=7.25%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138144100.900.700.46346.9481.5829.8
Hex8AE2905A462E15b521e
Octal212165101321065653312236
Binary100010101110101001010110101000110101110101011011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,14,41); }

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

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

 a { background-color: rgb(138,14,41); }

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

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

 span { border-color: rgb(138,14,41); }

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