Shades of Burgundy #851131
Tints of Burgundy #851131
RGB
CMYK
RGB Variations
Color information
#851131 (or 0x851131) is known color: Burgundy. HEX triplet: 85, 11 and 31. RGB value is (133,17,49). Sum of RGB (Red+Green+Blue) = 133+17+49=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #851131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851131 is #7AEECE. Grayscale: #373737. Windows color (decimal): -8056527 or 3215749. OLE color: 3215749.
HSL color Cylindrical-coordinate representation of color #851131: hue angle of 343.45º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851131 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 49 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.48 |
| HSL | 343.45º | 0.77% | 0.29% | - |
| HSV(B) | 343.45º | 0.87% | 0.52% | - |
| XYZ | 10.43 | 5.61 | 3.44 | - |
| YUV | 55.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 49 | 0 | 0.87 | 0.63 | 0.48 | 343.45 | 0.77 | 0.29 |
| Hex | 85 | 11 | 31 | 0 | 57 | 3F | 30 | 157 | 4D | 1D |
| Octal | 205 | 21 | 61 | 0 | 127 | 77 | 60 | 527 | 115 | 35 |
| Binary | 10000101 | 10001 | 110001 | 0 | 1010111 | 111111 | 110000 | 101010111 | 1001101 | 11101 |
Color Harmonies of #851131
Complementary color
Monochromatic Colors of #851131
Black with #851131
Text Example
Text Example
White with #851131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851131; }
p { color: rgb(133,17,49); }
H1.HeaderClassName
{
color: #851131;
}
.AnyTagClassName
{
color: #851131;
}
</style>
background-color css
<style>
a { background-color: #851131; }
a { background-color: rgb(133,17,49); }
div.DivClassName
{
background-color: #851131;
}
.BgClassName
{
background-color: #851131;
}
</style>
border-color css
<style>
span { border-color: #851131; }
span { border-color: rgb(133,17,49); }
td.TdClassName
{
border-color: #851131;
}
.TagClassName
{
border-color: #851131;
}
</style>