Shades of Burgundy #850C22
Tints of Burgundy #850C22
RGB
CMYK
RGB Variations
Color information
#850C22 (or 0x850C22) is known color: Burgundy. HEX triplet: 85, 0C and 22. RGB value is (133,12,34). Sum of RGB (Red+Green+Blue) = 133+12+34=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #850C22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850C22 is #7AF3DD. Grayscale: #323232. Windows color (decimal): -8057822 or 2231429. OLE color: 2231429.
HSL color Cylindrical-coordinate representation of color #850C22: hue angle of 349.09º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C22 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 12 | 34 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.48 |
| HSL | 349.09º | 0.83% | 0.28% | - |
| HSV(B) | 349.09º | 0.91% | 0.52% | - |
| XYZ | 10.09 | 5.36 | 2.02 | - |
| YUV | 50.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 34 | 0 | 0.91 | 0.74 | 0.48 | 349.09 | 0.83 | 0.28 |
| Hex | 85 | C | 22 | 0 | 5B | 4A | 30 | 15D | 53 | 1C |
| Octal | 205 | 14 | 42 | 0 | 133 | 112 | 60 | 535 | 123 | 34 |
| Binary | 10000101 | 1100 | 100010 | 0 | 1011011 | 1001010 | 110000 | 101011101 | 1010011 | 11100 |
Color Harmonies of #850C22
Complementary color
Monochromatic Colors of #850C22
Black with #850C22
Text Example
Text Example
White with #850C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C22; }
p { color: rgb(133,12,34); }
H1.HeaderClassName
{
color: #850C22;
}
.AnyTagClassName
{
color: #850C22;
}
</style>
background-color css
<style>
a { background-color: #850C22; }
a { background-color: rgb(133,12,34); }
div.DivClassName
{
background-color: #850C22;
}
.BgClassName
{
background-color: #850C22;
}
</style>
border-color css
<style>
span { border-color: #850C22; }
span { border-color: rgb(133,12,34); }
td.TdClassName
{
border-color: #850C22;
}
.TagClassName
{
border-color: #850C22;
}
</style>