Shades of Burgundy #85011B
Tints of Burgundy #85011B
RGB
CMYK
RGB Variations
Color information
#85011B (or 0x85011B) is known color: Burgundy. HEX triplet: 85, 01 and 1B. RGB value is (133,1,27). Sum of RGB (Red+Green+Blue) = 133+1+27=161 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.61% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 133 - color contains mainly: red. Hex color #85011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85011B is #7AFEE4. Grayscale: #2B2B2B. Windows color (decimal): -8060645 or 1769861. OLE color: 1769861.
HSL color Cylindrical-coordinate representation of color #85011B: hue angle of 348.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85011B is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.48 |
| HSL | 348.18º | 0.99% | 0.26% | - |
| HSV(B) | 348.18º | 0.99% | 0.52% | - |
| XYZ | 9.88 | 5.09 | 1.5 | - |
| YUV | 43.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 27 | 0 | 0.99 | 0.80 | 0.48 | 348.18 | 0.99 | 0.26 |
| Hex | 85 | 1 | 1B | 0 | 63 | 50 | 30 | 15C | 63 | 1A |
| Octal | 205 | 1 | 33 | 0 | 143 | 120 | 60 | 534 | 143 | 32 |
| Binary | 10000101 | 1 | 11011 | 0 | 1100011 | 1010000 | 110000 | 101011100 | 1100011 | 11010 |
Color Harmonies of #85011B
Complementary color
Monochromatic Colors of #85011B
Black with #85011B
Text Example
Text Example
White with #85011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85011B; }
p { color: rgb(133,1,27); }
H1.HeaderClassName
{
color: #85011B;
}
.AnyTagClassName
{
color: #85011B;
}
</style>
background-color css
<style>
a { background-color: #85011B; }
a { background-color: rgb(133,1,27); }
div.DivClassName
{
background-color: #85011B;
}
.BgClassName
{
background-color: #85011B;
}
</style>
border-color css
<style>
span { border-color: #85011B; }
span { border-color: rgb(133,1,27); }
td.TdClassName
{
border-color: #85011B;
}
.TagClassName
{
border-color: #85011B;
}
</style>