#800918

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

Shades of Burgundy #800918

Tints of Burgundy #800918

Color information

#800918 (or 0x800918) is unknown color: approx Burgundy. HEX triplet: 80, 09 and 18. RGB value is (128,9,24). Sum of RGB (Red+Green+Blue) = 128+9+24=161 (21% of max value = 765). Red value is 128 (50.39% from 255 or 79.50% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 128 - color contains mainly: red. Hex color #800918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800918 is #7FF6E7. Grayscale: #2E2E2E. Windows color (decimal): -8386280 or 1575296. OLE color: 1575296.

HSL color Cylindrical-coordinate representation of color #800918: hue angle of 352.44º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800918 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB128924-
CMYK00.930.810.50
HSL352.44º86.86%26.86%-
HSV(B)352.44º92.97%50.2%-
XYZ9.164.851.32-
YUV46.29115.42186.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 79.50%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=79.50%
G=5.59%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12892400.930.810.50352.4486.8626.86
Hex8091805D5132160571b
Octal200113001351216254012733
Binary10000000100111000010111011010001110010101100000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800918; }

 p { color: rgb(128,9,24); }

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

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

 a { background-color: rgb(128,9,24); }

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

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

 span { border-color: rgb(128,9,24); }

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