#800C20

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

Shades of Burgundy #800C20

Tints of Burgundy #800C20

Color information

#800C20 (or 0x800C20) is unknown color: approx Burgundy. HEX triplet: 80, 0C and 20. RGB value is (128,12,32). Sum of RGB (Red+Green+Blue) = 128+12+32=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #800C20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800C20 is #7FF3DF. Grayscale: #313131. Windows color (decimal): -8385504 or 2100352. OLE color: 2100352.

HSL color Cylindrical-coordinate representation of color #800C20: hue angle of 349.66º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800C20 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1281232-
CMYK00.910.750.50
HSL349.66º82.86%27.45%-
HSV(B)349.66º90.62%50.2%-
XYZ9.294.961.83-
YUV48.96118.43184.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 74.42%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=74.42%
G=6.98%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128123200.910.750.50349.6682.8627.45
Hex80C2005B4B3215e531b
Octal200144001331136253612333
Binary100000001100100000010110111001011110010101011110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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