Shades of Burgundy #861421
Tints of Burgundy #861421
RGB
CMYK
RGB Variations
Color information
#861421 (or 0x861421) is known color: Burgundy. HEX triplet: 86, 14 and 21. RGB value is (134,20,33). Sum of RGB (Red+Green+Blue) = 134+20+33=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #861421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861421 is #79EBDE. Grayscale: #373737. Windows color (decimal): -7990239 or 2167942. OLE color: 2167942.
HSL color Cylindrical-coordinate representation of color #861421: hue angle of 353.16º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #861421 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 20 | 33 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.47 |
| HSL | 353.16º | 0.74% | 0.3% | - |
| HSV(B) | 353.16º | 0.85% | 0.53% | - |
| XYZ | 10.36 | 5.68 | 1.99 | - |
| YUV | 55.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 20 | 33 | 0 | 0.85 | 0.75 | 0.47 | 353.16 | 0.74 | 0.3 |
| Hex | 86 | 14 | 21 | 0 | 55 | 4B | 2F | 161 | 4A | 1E |
| Octal | 206 | 24 | 41 | 0 | 125 | 113 | 57 | 541 | 112 | 36 |
| Binary | 10000110 | 10100 | 100001 | 0 | 1010101 | 1001011 | 101111 | 101100001 | 1001010 | 11110 |
Color Harmonies of #861421
Complementary color
Monochromatic Colors of #861421
Black with #861421
Text Example
Text Example
White with #861421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861421; }
p { color: rgb(134,20,33); }
H1.HeaderClassName
{
color: #861421;
}
.AnyTagClassName
{
color: #861421;
}
</style>
background-color css
<style>
a { background-color: #861421; }
a { background-color: rgb(134,20,33); }
div.DivClassName
{
background-color: #861421;
}
.BgClassName
{
background-color: #861421;
}
</style>
border-color css
<style>
span { border-color: #861421; }
span { border-color: rgb(134,20,33); }
td.TdClassName
{
border-color: #861421;
}
.TagClassName
{
border-color: #861421;
}
</style>