Shades of Burgundy #851421
Tints of Burgundy #851421
RGB
CMYK
RGB Variations
Color information
#851421 (or 0x851421) is known color: Burgundy. HEX triplet: 85, 14 and 21. RGB value is (133,20,33). Sum of RGB (Red+Green+Blue) = 133+20+33=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #851421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851421 is #7AEBDE. Grayscale: #373737. Windows color (decimal): -8055775 or 2167941. OLE color: 2167941.
HSL color Cylindrical-coordinate representation of color #851421: hue angle of 353.1º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851421 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 33 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.48 |
| HSL | 353.1º | 0.74% | 0.3% | - |
| HSV(B) | 353.1º | 0.85% | 0.52% | - |
| XYZ | 10.2 | 5.6 | 1.98 | - |
| YUV | 55.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 33 | 0 | 0.85 | 0.75 | 0.48 | 353.1 | 0.74 | 0.3 |
| Hex | 85 | 14 | 21 | 0 | 55 | 4B | 30 | 161 | 4A | 1E |
| Octal | 205 | 24 | 41 | 0 | 125 | 113 | 60 | 541 | 112 | 36 |
| Binary | 10000101 | 10100 | 100001 | 0 | 1010101 | 1001011 | 110000 | 101100001 | 1001010 | 11110 |
Color Harmonies of #851421
Complementary color
Monochromatic Colors of #851421
Black with #851421
Text Example
Text Example
White with #851421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851421; }
p { color: rgb(133,20,33); }
H1.HeaderClassName
{
color: #851421;
}
.AnyTagClassName
{
color: #851421;
}
</style>
background-color css
<style>
a { background-color: #851421; }
a { background-color: rgb(133,20,33); }
div.DivClassName
{
background-color: #851421;
}
.BgClassName
{
background-color: #851421;
}
</style>
border-color css
<style>
span { border-color: #851421; }
span { border-color: rgb(133,20,33); }
td.TdClassName
{
border-color: #851421;
}
.TagClassName
{
border-color: #851421;
}
</style>