Shades of Burgundy #85141F
Tints of Burgundy #85141F
RGB
CMYK
RGB Variations
Color information
#85141F (or 0x85141F) is known color: Burgundy. HEX triplet: 85, 14 and 1F. RGB value is (133,20,31). Sum of RGB (Red+Green+Blue) = 133+20+31=184 (24% of max value = 765). Red value is 133 (52.34% from 255 or 72.28% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 133 - color contains mainly: red. Hex color #85141F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85141F is #7AEBE0. Grayscale: #373737. Windows color (decimal): -8055777 or 2036869. OLE color: 2036869.
HSL color Cylindrical-coordinate representation of color #85141F: hue angle of 354.16º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85141F is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 31 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.48 |
| HSL | 354.16º | 0.74% | 0.3% | - |
| HSV(B) | 354.16º | 0.85% | 0.52% | - |
| XYZ | 10.17 | 5.59 | 1.84 | - |
| YUV | 55.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 31 | 0 | 0.85 | 0.77 | 0.48 | 354.16 | 0.74 | 0.3 |
| Hex | 85 | 14 | 1F | 0 | 55 | 4D | 30 | 162 | 4A | 1E |
| Octal | 205 | 24 | 37 | 0 | 125 | 115 | 60 | 542 | 112 | 36 |
| Binary | 10000101 | 10100 | 11111 | 0 | 1010101 | 1001101 | 110000 | 101100010 | 1001010 | 11110 |
Color Harmonies of #85141F
Complementary color
Monochromatic Colors of #85141F
Black with #85141F
Text Example
Text Example
White with #85141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85141F; }
p { color: rgb(133,20,31); }
H1.HeaderClassName
{
color: #85141F;
}
.AnyTagClassName
{
color: #85141F;
}
</style>
background-color css
<style>
a { background-color: #85141F; }
a { background-color: rgb(133,20,31); }
div.DivClassName
{
background-color: #85141F;
}
.BgClassName
{
background-color: #85141F;
}
</style>
border-color css
<style>
span { border-color: #85141F; }
span { border-color: rgb(133,20,31); }
td.TdClassName
{
border-color: #85141F;
}
.TagClassName
{
border-color: #85141F;
}
</style>