Shades of Burgundy #850C29
Tints of Burgundy #850C29
RGB
CMYK
RGB Variations
Color information
#850C29 (or 0x850C29) is known color: Burgundy. HEX triplet: 85, 0C and 29. RGB value is (133,12,41). Sum of RGB (Red+Green+Blue) = 133+12+41=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 41 (16.41% from 255 or 22.04% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #850C29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850C29 is #7AF3D6. Grayscale: #333333. Windows color (decimal): -8057815 or 2690181. OLE color: 2690181.
HSL color Cylindrical-coordinate representation of color #850C29: hue angle of 345.62º 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 #850C29 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 12 | 41 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.48 |
| HSL | 345.62º | 0.83% | 0.28% | - |
| HSV(B) | 345.62º | 0.91% | 0.52% | - |
| XYZ | 10.2 | 5.41 | 2.6 | - |
| YUV | 51.49 | 122.09 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 41 | 0 | 0.91 | 0.69 | 0.48 | 345.62 | 0.83 | 0.28 |
| Hex | 85 | C | 29 | 0 | 5B | 45 | 30 | 15A | 53 | 1C |
| Octal | 205 | 14 | 51 | 0 | 133 | 105 | 60 | 532 | 123 | 34 |
| Binary | 10000101 | 1100 | 101001 | 0 | 1011011 | 1000101 | 110000 | 101011010 | 1010011 | 11100 |
Color Harmonies of #850C29
Complementary color
Monochromatic Colors of #850C29
Black with #850C29
Text Example
Text Example
White with #850C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C29; }
p { color: rgb(133,12,41); }
H1.HeaderClassName
{
color: #850C29;
}
.AnyTagClassName
{
color: #850C29;
}
</style>
background-color css
<style>
a { background-color: #850C29; }
a { background-color: rgb(133,12,41); }
div.DivClassName
{
background-color: #850C29;
}
.BgClassName
{
background-color: #850C29;
}
</style>
border-color css
<style>
span { border-color: #850C29; }
span { border-color: rgb(133,12,41); }
td.TdClassName
{
border-color: #850C29;
}
.TagClassName
{
border-color: #850C29;
}
</style>