Shades of Burgundy #800417
Tints of Burgundy #800417
RGB
CMYK
RGB Variations
Color information
#800417 (or 0x800417) is known color: Burgundy. HEX triplet: 80, 04 and 17. RGB value is (128,4,23). Sum of RGB (Red+Green+Blue) = 128+4+23=155 (20% of max value = 765). Red value is 128 (50.39% from 255 or 82.58% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 128 - color contains mainly: red. Hex color #800417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800417 is #7FFBE8. Grayscale: #2B2B2B. Windows color (decimal): -8387561 or 1508480. OLE color: 1508480.
HSL color Cylindrical-coordinate representation of color #800417: hue angle of 350.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #800417 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 23 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.50 |
| HSL | 350.81º | 0.94% | 0.26% | - |
| HSV(B) | 350.81º | 0.97% | 0.5% | - |
| XYZ | 9.1 | 4.74 | 1.25 | - |
| YUV | 43.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 23 | 0 | 0.97 | 0.82 | 0.50 | 350.81 | 0.94 | 0.26 |
| Hex | 80 | 4 | 17 | 0 | 61 | 52 | 32 | 15F | 5E | 1A |
| Octal | 200 | 4 | 27 | 0 | 141 | 122 | 62 | 537 | 136 | 32 |
| Binary | 10000000 | 100 | 10111 | 0 | 1100001 | 1010010 | 110010 | 101011111 | 1011110 | 11010 |
Color Harmonies of #800417
Complementary color
Monochromatic Colors of #800417
Black with #800417
Text Example
Text Example
White with #800417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800417; }
p { color: rgb(128,4,23); }
H1.HeaderClassName
{
color: #800417;
}
.AnyTagClassName
{
color: #800417;
}
</style>
background-color css
<style>
a { background-color: #800417; }
a { background-color: rgb(128,4,23); }
div.DivClassName
{
background-color: #800417;
}
.BgClassName
{
background-color: #800417;
}
</style>
border-color css
<style>
span { border-color: #800417; }
span { border-color: rgb(128,4,23); }
td.TdClassName
{
border-color: #800417;
}
.TagClassName
{
border-color: #800417;
}
</style>