Shades of Burgundy #800B2E
Tints of Burgundy #800B2E
RGB
CMYK
RGB Variations
Color information
#800B2E (or 0x800B2E) is known color: Burgundy. HEX triplet: 80, 0B and 2E. RGB value is (128,11,46). Sum of RGB (Red+Green+Blue) = 128+11+46=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 46 (18.36% from 255 or 24.86% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #800B2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800B2E is #7FF4D1. Grayscale: #313131. Windows color (decimal): -8385746 or 3017600. OLE color: 3017600.
HSL color Cylindrical-coordinate representation of color #800B2E: hue angle of 342.05º 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 #800B2E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 11 | 46 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.50 |
| HSL | 342.05º | 0.84% | 0.27% | - |
| HSV(B) | 342.05º | 0.91% | 0.5% | - |
| XYZ | 9.51 | 5.03 | 3.05 | - |
| YUV | 49.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 11 | 46 | 0 | 0.91 | 0.64 | 0.50 | 342.05 | 0.84 | 0.27 |
| Hex | 80 | B | 2E | 0 | 5B | 40 | 32 | 156 | 54 | 1B |
| Octal | 200 | 13 | 56 | 0 | 133 | 100 | 62 | 526 | 124 | 33 |
| Binary | 10000000 | 1011 | 101110 | 0 | 1011011 | 1000000 | 110010 | 101010110 | 1010100 | 11011 |
Color Harmonies of #800B2E
Complementary color
Monochromatic Colors of #800B2E
Black with #800B2E
Text Example
Text Example
White with #800B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800B2E; }
p { color: rgb(128,11,46); }
H1.HeaderClassName
{
color: #800B2E;
}
.AnyTagClassName
{
color: #800B2E;
}
</style>
background-color css
<style>
a { background-color: #800B2E; }
a { background-color: rgb(128,11,46); }
div.DivClassName
{
background-color: #800B2E;
}
.BgClassName
{
background-color: #800B2E;
}
</style>
border-color css
<style>
span { border-color: #800B2E; }
span { border-color: rgb(128,11,46); }
td.TdClassName
{
border-color: #800B2E;
}
.TagClassName
{
border-color: #800B2E;
}
</style>