#800B21

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

Shades of Burgundy #800B21

Tints of Burgundy #800B21

Color information

#800B21 (or 0x800B21) is unknown color: approx Burgundy. HEX triplet: 80, 0B and 21. RGB value is (128,11,33). Sum of RGB (Red+Green+Blue) = 128+11+33=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 33 (13.28% from 255 or 19.19% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #800B21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800B21 is #7FF4DE. Grayscale: #303030. Windows color (decimal): -8385759 or 2165632. OLE color: 2165632.

HSL color Cylindrical-coordinate representation of color #800B21: hue angle of 348.72º degrees, saturation: 0.84, 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 #800B21 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB1281133-
CMYK00.910.740.50
HSL348.72º84.17%27.25%-
HSV(B)348.72º91.41%50.2%-
XYZ9.34.941.9-
YUV48.49119.26184.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 74.42%
GREEN value IS 11 (4.69% from 255) = 6.40%
BLUE value IS 33 (13.28% from 255) = 19.19%
R=74.42%
G=6.40%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128113300.910.740.50348.7284.1727.25
Hex80B2105B4A3215d541b
Octal200134101331126253512433
Binary100000001011100001010110111001010110010101011101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,11,33); }

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

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

 a { background-color: rgb(128,11,33); }

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

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

 span { border-color: rgb(128,11,33); }

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