#800E19

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

Shades of Burgundy #800E19

Tints of Burgundy #800E19

Color information

#800E19 (or 0x800E19) is unknown color: approx Burgundy. HEX triplet: 80, 0E and 19. RGB value is (128,14,25). Sum of RGB (Red+Green+Blue) = 128+14+25=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 14 (5.86% from 255 or 8.38% from 167); Blue value is 25 (10.16% from 255 or 14.97% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #800E19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800E19 is #7FF1E6. Grayscale: #313131. Windows color (decimal): -8384999 or 1642112. OLE color: 1642112.

HSL color Cylindrical-coordinate representation of color #800E19: hue angle of 354.21º 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 #800E19 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1281425-
CMYK00.890.800.50
HSL354.21º80.28%27.84%-
HSV(B)354.21º89.06%50.2%-
XYZ9.234.971.39-
YUV49.34114.27184.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 76.65%
GREEN value IS 14 (5.86% from 255) = 8.38%
BLUE value IS 25 (10.16% from 255) = 14.97%
R=76.65%
G=8.38%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128142500.890.800.50354.2180.2827.84
Hex80E190595032162501c
Octal200163101311206254212034
Binary10000000111011001010110011010000110010101100010101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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