Shades of Burgundy #85031C
Tints of Burgundy #85031C
RGB
CMYK
RGB Variations
Color information
#85031C (or 0x85031C) is known color: Burgundy. HEX triplet: 85, 03 and 1C. RGB value is (133,3,28). Sum of RGB (Red+Green+Blue) = 133+3+28=164 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.10% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 133 - color contains mainly: red. Hex color #85031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85031C is #7AFCE3. Grayscale: #2C2C2C. Windows color (decimal): -8060132 or 1835909. OLE color: 1835909.
HSL color Cylindrical-coordinate representation of color #85031C: hue angle of 348.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85031C is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 28 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.48 |
| HSL | 348.46º | 0.96% | 0.27% | - |
| HSV(B) | 348.46º | 0.98% | 0.52% | - |
| XYZ | 9.92 | 5.14 | 1.57 | - |
| YUV | 44.72 | 118.57 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 28 | 0 | 0.98 | 0.79 | 0.48 | 348.46 | 0.96 | 0.27 |
| Hex | 85 | 3 | 1C | 0 | 62 | 4F | 30 | 15C | 60 | 1B |
| Octal | 205 | 3 | 34 | 0 | 142 | 117 | 60 | 534 | 140 | 33 |
| Binary | 10000101 | 11 | 11100 | 0 | 1100010 | 1001111 | 110000 | 101011100 | 1100000 | 11011 |
Color Harmonies of #85031C
Complementary color
Monochromatic Colors of #85031C
Black with #85031C
Text Example
Text Example
White with #85031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85031C; }
p { color: rgb(133,3,28); }
H1.HeaderClassName
{
color: #85031C;
}
.AnyTagClassName
{
color: #85031C;
}
</style>
background-color css
<style>
a { background-color: #85031C; }
a { background-color: rgb(133,3,28); }
div.DivClassName
{
background-color: #85031C;
}
.BgClassName
{
background-color: #85031C;
}
</style>
border-color css
<style>
span { border-color: #85031C; }
span { border-color: rgb(133,3,28); }
td.TdClassName
{
border-color: #85031C;
}
.TagClassName
{
border-color: #85031C;
}
</style>