Shades of Burgundy #85061D
Tints of Burgundy #85061D
RGB
CMYK
RGB Variations
Color information
#85061D (or 0x85061D) is known color: Burgundy. HEX triplet: 85, 06 and 1D. RGB value is (133,6,29). Sum of RGB (Red+Green+Blue) = 133+6+29=168 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.17% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 133 - color contains mainly: red. Hex color #85061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85061D is #7AF9E2. Grayscale: #2E2E2E. Windows color (decimal): -8059363 or 1902213. OLE color: 1902213.
HSL color Cylindrical-coordinate representation of color #85061D: hue angle of 349.13º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85061D is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 29 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.48 |
| HSL | 349.13º | 0.91% | 0.27% | - |
| HSV(B) | 349.13º | 0.95% | 0.52% | - |
| XYZ | 9.96 | 5.21 | 1.64 | - |
| YUV | 46.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 29 | 0 | 0.95 | 0.78 | 0.48 | 349.13 | 0.91 | 0.27 |
| Hex | 85 | 6 | 1D | 0 | 5F | 4E | 30 | 15D | 5B | 1B |
| Octal | 205 | 6 | 35 | 0 | 137 | 116 | 60 | 535 | 133 | 33 |
| Binary | 10000101 | 110 | 11101 | 0 | 1011111 | 1001110 | 110000 | 101011101 | 1011011 | 11011 |
Color Harmonies of #85061D
Complementary color
Monochromatic Colors of #85061D
Black with #85061D
Text Example
Text Example
White with #85061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85061D; }
p { color: rgb(133,6,29); }
H1.HeaderClassName
{
color: #85061D;
}
.AnyTagClassName
{
color: #85061D;
}
</style>
background-color css
<style>
a { background-color: #85061D; }
a { background-color: rgb(133,6,29); }
div.DivClassName
{
background-color: #85061D;
}
.BgClassName
{
background-color: #85061D;
}
</style>
border-color css
<style>
span { border-color: #85061D; }
span { border-color: rgb(133,6,29); }
td.TdClassName
{
border-color: #85061D;
}
.TagClassName
{
border-color: #85061D;
}
</style>