#800E29

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

Shades of Burgundy #800E29

Tints of Burgundy #800E29

Color information

#800E29 (or 0x800E29) is unknown color: approx Burgundy. HEX triplet: 80, 0E and 29. RGB value is (128,14,41). Sum of RGB (Red+Green+Blue) = 128+14+41=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #800E29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800E29 is #7FF1D6. Grayscale: #333333. Windows color (decimal): -8384983 or 2690688. OLE color: 2690688.

HSL color Cylindrical-coordinate representation of color #800E29: hue angle of 345.79º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E29 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB1281441-
CMYK00.890.680.50
HSL345.79º80.28%27.84%-
HSV(B)345.79º89.06%50.2%-
XYZ9.465.062.58-
YUV51.16122.27182.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 69.95%
GREEN value IS 14 (5.86% from 255) = 7.65%
BLUE value IS 41 (16.41% from 255) = 22.40%
R=69.95%
G=7.65%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128144100.890.680.50345.7980.2827.84
Hex80E29059443215a501c
Octal200165101311046253212034
Binary100000001110101001010110011000100110010101011010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800E29; }

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

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

<style>
 a { background-color: #800E29; }

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

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

<style>
 span { border-color: #800E29; }

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

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