Shades of Burgundy #801017
Tints of Burgundy #801017
RGB
CMYK
RGB Variations
Color information
#801017 (or 0x801017) is known color: Burgundy. HEX triplet: 80, 10 and 17. RGB value is (128,16,23). Sum of RGB (Red+Green+Blue) = 128+16+23=167 (22% of max value = 765). Red value is 128 (50.39% from 255 or 76.65% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 128 - color contains mainly: red. Hex color #801017 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801017 is #7FEFE8. Grayscale: #323232. Windows color (decimal): -8384489 or 1511552. OLE color: 1511552.
HSL color Cylindrical-coordinate representation of color #801017: hue angle of 356.25º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801017 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 16 | 23 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.50 |
| HSL | 356.25º | 0.78% | 0.28% | - |
| HSV(B) | 356.25º | 0.88% | 0.5% | - |
| XYZ | 9.24 | 5.02 | 1.29 | - |
| YUV | 50.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 16 | 23 | 0 | 0.88 | 0.82 | 0.50 | 356.25 | 0.78 | 0.28 |
| Hex | 80 | 10 | 17 | 0 | 58 | 52 | 32 | 164 | 4E | 1C |
| Octal | 200 | 20 | 27 | 0 | 130 | 122 | 62 | 544 | 116 | 34 |
| Binary | 10000000 | 10000 | 10111 | 0 | 1011000 | 1010010 | 110010 | 101100100 | 1001110 | 11100 |
Color Harmonies of #801017
Complementary color
Monochromatic Colors of #801017
Black with #801017
Text Example
Text Example
White with #801017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801017; }
p { color: rgb(128,16,23); }
H1.HeaderClassName
{
color: #801017;
}
.AnyTagClassName
{
color: #801017;
}
</style>
background-color css
<style>
a { background-color: #801017; }
a { background-color: rgb(128,16,23); }
div.DivClassName
{
background-color: #801017;
}
.BgClassName
{
background-color: #801017;
}
</style>
border-color css
<style>
span { border-color: #801017; }
span { border-color: rgb(128,16,23); }
td.TdClassName
{
border-color: #801017;
}
.TagClassName
{
border-color: #801017;
}
</style>