Shades of Burgundy #850615
Tints of Burgundy #850615
RGB
CMYK
RGB Variations
Color information
#850615 (or 0x850615) is known color: Burgundy. HEX triplet: 85, 06 and 15. RGB value is (133,6,21). Sum of RGB (Red+Green+Blue) = 133+6+21=160 (21% of max value = 765). Red value is 133 (52.34% from 255 or 83.12% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 133 - color contains mainly: red. Hex color #850615 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850615 is #7AF9EA. Grayscale: #2D2D2D. Windows color (decimal): -8059371 or 1377925. OLE color: 1377925.
HSL color Cylindrical-coordinate representation of color #850615: hue angle of 352.91º 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 #850615 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 21 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.48 |
| HSL | 352.91º | 0.91% | 0.27% | - |
| HSV(B) | 352.91º | 0.95% | 0.52% | - |
| XYZ | 9.87 | 5.17 | 1.19 | - |
| YUV | 45.68 | 114.08 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 21 | 0 | 0.95 | 0.84 | 0.48 | 352.91 | 0.91 | 0.27 |
| Hex | 85 | 6 | 15 | 0 | 5F | 54 | 30 | 161 | 5B | 1B |
| Octal | 205 | 6 | 25 | 0 | 137 | 124 | 60 | 541 | 133 | 33 |
| Binary | 10000101 | 110 | 10101 | 0 | 1011111 | 1010100 | 110000 | 101100001 | 1011011 | 11011 |
Color Harmonies of #850615
Complementary color
Monochromatic Colors of #850615
Black with #850615
Text Example
Text Example
White with #850615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850615; }
p { color: rgb(133,6,21); }
H1.HeaderClassName
{
color: #850615;
}
.AnyTagClassName
{
color: #850615;
}
</style>
background-color css
<style>
a { background-color: #850615; }
a { background-color: rgb(133,6,21); }
div.DivClassName
{
background-color: #850615;
}
.BgClassName
{
background-color: #850615;
}
</style>
border-color css
<style>
span { border-color: #850615; }
span { border-color: rgb(133,6,21); }
td.TdClassName
{
border-color: #850615;
}
.TagClassName
{
border-color: #850615;
}
</style>