Shades of Burgundy #800A1F
Tints of Burgundy #800A1F
RGB
CMYK
RGB Variations
Color information
#800A1F (or 0x800A1F) is known color: Burgundy. HEX triplet: 80, 0A and 1F. RGB value is (128,10,31). Sum of RGB (Red+Green+Blue) = 128+10+31=169 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.74% from 169); Green value is 10 (4.30% from 255 or 5.92% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 128 - color contains mainly: red. Hex color #800A1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800A1F is #7FF5E0. Grayscale: #2F2F2F. Windows color (decimal): -8386017 or 2034304. OLE color: 2034304.
HSL color Cylindrical-coordinate representation of color #800A1F: hue angle of 349.32º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800A1F is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 10 | 31 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.50 |
| HSL | 349.32º | 0.86% | 0.27% | - |
| HSV(B) | 349.32º | 0.92% | 0.5% | - |
| XYZ | 9.26 | 4.91 | 1.76 | - |
| YUV | 47.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 10 | 31 | 0 | 0.92 | 0.76 | 0.50 | 349.32 | 0.86 | 0.27 |
| Hex | 80 | A | 1F | 0 | 5C | 4C | 32 | 15D | 56 | 1B |
| Octal | 200 | 12 | 37 | 0 | 134 | 114 | 62 | 535 | 126 | 33 |
| Binary | 10000000 | 1010 | 11111 | 0 | 1011100 | 1001100 | 110010 | 101011101 | 1010110 | 11011 |
Color Harmonies of #800A1F
Complementary color
Monochromatic Colors of #800A1F
Black with #800A1F
Text Example
Text Example
White with #800A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800A1F; }
p { color: rgb(128,10,31); }
H1.HeaderClassName
{
color: #800A1F;
}
.AnyTagClassName
{
color: #800A1F;
}
</style>
background-color css
<style>
a { background-color: #800A1F; }
a { background-color: rgb(128,10,31); }
div.DivClassName
{
background-color: #800A1F;
}
.BgClassName
{
background-color: #800A1F;
}
</style>
border-color css
<style>
span { border-color: #800A1F; }
span { border-color: rgb(128,10,31); }
td.TdClassName
{
border-color: #800A1F;
}
.TagClassName
{
border-color: #800A1F;
}
</style>