#801118

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

Shades of Burgundy #801118

Tints of Burgundy #801118

Color information

#801118 (or 0x801118) is unknown color: approx Burgundy. HEX triplet: 80, 11 and 18. RGB value is (128,17,24). Sum of RGB (Red+Green+Blue) = 128+17+24=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #801118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801118 is #7FEEE7. Grayscale: #333333. Windows color (decimal): -8384232 or 1577344. OLE color: 1577344.

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

Color convert

RGB1281724-
CMYK00.870.810.50
HSL356.22º76.55%28.43%-
HSV(B)356.22º86.72%50.2%-
XYZ9.275.061.35-
YUV50.99112.77182.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 75.74%
GREEN value IS 17 (7.03% from 255) = 10.06%
BLUE value IS 24 (9.77% from 255) = 14.20%
R=75.74%
G=10.06%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128172400.870.810.50356.2276.5528.43
Hex80111805751321644d1c
Octal200213001271216254411534
Binary100000001000111000010101111010001110010101100100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801118; }

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

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

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

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

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

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

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

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