Shades of Burgundy #800B2C
Tints of Burgundy #800B2C
RGB
CMYK
RGB Variations
Color information
#800B2C (or 0x800B2C) is known color: Burgundy. HEX triplet: 80, 0B and 2C. RGB value is (128,11,44). Sum of RGB (Red+Green+Blue) = 128+11+44=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 11 (4.69% from 255 or 6.01% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #800B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800B2C is #7FF4D3. Grayscale: #313131. Windows color (decimal): -8385748 or 2886528. OLE color: 2886528.
HSL color Cylindrical-coordinate representation of color #800B2C: hue angle of 343.08º 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 #800B2C is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 44 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.50 |
| HSL | 343.08º | 0.84% | 0.27% | - |
| HSV(B) | 343.08º | 0.91% | 0.5% | - |
| XYZ | 9.48 | 5.01 | 2.85 | - |
| YUV | 49.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 44 | 0 | 0.91 | 0.66 | 0.50 | 343.08 | 0.84 | 0.27 |
| Hex | 80 | B | 2C | 0 | 5B | 42 | 32 | 157 | 54 | 1B |
| Octal | 200 | 13 | 54 | 0 | 133 | 102 | 62 | 527 | 124 | 33 |
| Binary | 10000000 | 1011 | 101100 | 0 | 1011011 | 1000010 | 110010 | 101010111 | 1010100 | 11011 |
Color Harmonies of #800B2C
Complementary color
Monochromatic Colors of #800B2C
Black with #800B2C
Text Example
Text Example
White with #800B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B2C; }
p { color: rgb(128,11,44); }
H1.HeaderClassName
{
color: #800B2C;
}
.AnyTagClassName
{
color: #800B2C;
}
</style>
background-color css
<style>
a { background-color: #800B2C; }
a { background-color: rgb(128,11,44); }
div.DivClassName
{
background-color: #800B2C;
}
.BgClassName
{
background-color: #800B2C;
}
</style>
border-color css
<style>
span { border-color: #800B2C; }
span { border-color: rgb(128,11,44); }
td.TdClassName
{
border-color: #800B2C;
}
.TagClassName
{
border-color: #800B2C;
}
</style>