Shades of Burgundy #851127
Tints of Burgundy #851127
RGB
CMYK
RGB Variations
Color information
#851127 (or 0x851127) is known color: Burgundy. HEX triplet: 85, 11 and 27. RGB value is (133,17,39). Sum of RGB (Red+Green+Blue) = 133+17+39=189 (25% of max value = 765). Red value is 133 (52.34% from 255 or 70.37% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 133 - color contains mainly: red. Hex color #851127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851127 is #7AEED8. Grayscale: #363636. Windows color (decimal): -8056537 or 2560389. OLE color: 2560389.
HSL color Cylindrical-coordinate representation of color #851127: hue angle of 348.62º 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 #851127 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 39 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.48 |
| HSL | 348.62º | 0.77% | 0.29% | - |
| HSV(B) | 348.62º | 0.87% | 0.52% | - |
| XYZ | 10.24 | 5.53 | 2.45 | - |
| YUV | 54.19 | 119.43 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 39 | 0 | 0.87 | 0.71 | 0.48 | 348.62 | 0.77 | 0.29 |
| Hex | 85 | 11 | 27 | 0 | 57 | 47 | 30 | 15D | 4D | 1D |
| Octal | 205 | 21 | 47 | 0 | 127 | 107 | 60 | 535 | 115 | 35 |
| Binary | 10000101 | 10001 | 100111 | 0 | 1010111 | 1000111 | 110000 | 101011101 | 1001101 | 11101 |
Color Harmonies of #851127
Complementary color
Monochromatic Colors of #851127
Black with #851127
Text Example
Text Example
White with #851127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851127; }
p { color: rgb(133,17,39); }
H1.HeaderClassName
{
color: #851127;
}
.AnyTagClassName
{
color: #851127;
}
</style>
background-color css
<style>
a { background-color: #851127; }
a { background-color: rgb(133,17,39); }
div.DivClassName
{
background-color: #851127;
}
.BgClassName
{
background-color: #851127;
}
</style>
border-color css
<style>
span { border-color: #851127; }
span { border-color: rgb(133,17,39); }
td.TdClassName
{
border-color: #851127;
}
.TagClassName
{
border-color: #851127;
}
</style>