#801120

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

Shades of Burgundy #801120

Tints of Burgundy #801120

Color information

#801120 (or 0x801120) is unknown color: approx Burgundy. HEX triplet: 80, 11 and 20. RGB value is (128,17,32). Sum of RGB (Red+Green+Blue) = 128+17+32=177 (23% of max value = 765). Red value is 128 (50.39% from 255 or 72.32% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 128 - color contains mainly: red. Hex color #801120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801120 is #7FEEDF. Grayscale: #333333. Windows color (decimal): -8384224 or 2101632. OLE color: 2101632.

HSL color Cylindrical-coordinate representation of color #801120: hue angle of 351.89º 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 #801120 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1281732-
CMYK00.870.750.50
HSL351.89º76.55%28.43%-
HSV(B)351.89º86.72%50.2%-
XYZ9.365.091.86-
YUV51.9116.77182.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 72.32%
GREEN value IS 17 (7.03% from 255) = 9.60%
BLUE value IS 32 (12.89% from 255) = 18.08%
R=72.32%
G=9.60%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128173200.870.750.50351.8976.5528.43
Hex8011200574B321604d1c
Octal200214001271136254011534
Binary1000000010001100000010101111001011110010101100000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801120; }

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

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

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

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

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

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

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

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