Shades of Burgundy #800D1F
Tints of Burgundy #800D1F
RGB
CMYK
RGB Variations
Color information
#800D1F (or 0x800D1F) is known color: Burgundy. HEX triplet: 80, 0D and 1F. RGB value is (128,13,31). Sum of RGB (Red+Green+Blue) = 128+13+31=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 31 (12.5% from 255 or 18.02% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #800D1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D1F is #7FF2E0. Grayscale: #313131. Windows color (decimal): -8385249 or 2035072. OLE color: 2035072.
HSL color Cylindrical-coordinate representation of color #800D1F: hue angle of 350.61º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D1F is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 13 | 31 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.50 |
| HSL | 350.61º | 0.82% | 0.28% | - |
| HSV(B) | 350.61º | 0.9% | 0.5% | - |
| XYZ | 9.29 | 4.98 | 1.77 | - |
| YUV | 49.44 | 117.6 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 31 | 0 | 0.90 | 0.76 | 0.50 | 350.61 | 0.82 | 0.28 |
| Hex | 80 | D | 1F | 0 | 5A | 4C | 32 | 15F | 52 | 1C |
| Octal | 200 | 15 | 37 | 0 | 132 | 114 | 62 | 537 | 122 | 34 |
| Binary | 10000000 | 1101 | 11111 | 0 | 1011010 | 1001100 | 110010 | 101011111 | 1010010 | 11100 |
Color Harmonies of #800D1F
Complementary color
Monochromatic Colors of #800D1F
Black with #800D1F
Text Example
Text Example
White with #800D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800D1F; }
p { color: rgb(128,13,31); }
H1.HeaderClassName
{
color: #800D1F;
}
.AnyTagClassName
{
color: #800D1F;
}
</style>
background-color css
<style>
a { background-color: #800D1F; }
a { background-color: rgb(128,13,31); }
div.DivClassName
{
background-color: #800D1F;
}
.BgClassName
{
background-color: #800D1F;
}
</style>
border-color css
<style>
span { border-color: #800D1F; }
span { border-color: rgb(128,13,31); }
td.TdClassName
{
border-color: #800D1F;
}
.TagClassName
{
border-color: #800D1F;
}
</style>