Shades of Burgundy #850021
Tints of Burgundy #850021
RGB
CMYK
RGB Variations
Color information
#850021 (or 0x850021) is known color: Burgundy. HEX triplet: 85, 00 and 21. RGB value is (133,0,33). Sum of RGB (Red+Green+Blue) = 133+0+33=166 (21% of max value = 765). Red value is 133 (52.34% from 255 or 80.12% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 133 - color contains mainly: red. Hex color #850021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850021 is #7AFFDE. Grayscale: #2B2B2B. Windows color (decimal): -8060895 or 2162821. OLE color: 2162821.
HSL color Cylindrical-coordinate representation of color #850021: hue angle of 345.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850021 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.75 | 0.48 |
| HSL | 345.11º | 1% | 0.26% | - |
| HSV(B) | 345.11º | 1% | 0.52% | - |
| XYZ | 9.95 | 5.1 | 1.9 | - |
| YUV | 43.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 33 | 0 | 1 | 0.75 | 0.48 | 345.11 | 1 | 0.26 |
| Hex | 85 | 0 | 21 | 0 | 64 | 4B | 30 | 159 | 64 | 1A |
| Octal | 205 | 0 | 41 | 0 | 144 | 113 | 60 | 531 | 144 | 32 |
| Binary | 10000101 | 0 | 100001 | 0 | 1100100 | 1001011 | 110000 | 101011001 | 1100100 | 11010 |
Color Harmonies of #850021
Complementary color
Monochromatic Colors of #850021
Black with #850021
Text Example
Text Example
White with #850021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850021; }
p { color: rgb(133,0,33); }
H1.HeaderClassName
{
color: #850021;
}
.AnyTagClassName
{
color: #850021;
}
</style>
background-color css
<style>
a { background-color: #850021; }
a { background-color: rgb(133,0,33); }
div.DivClassName
{
background-color: #850021;
}
.BgClassName
{
background-color: #850021;
}
</style>
border-color css
<style>
span { border-color: #850021; }
span { border-color: rgb(133,0,33); }
td.TdClassName
{
border-color: #850021;
}
.TagClassName
{
border-color: #850021;
}
</style>