Shades of Burgundy #850415
Tints of Burgundy #850415
RGB
CMYK
RGB Variations
Color information
#850415 (or 0x850415) is known color: Burgundy. HEX triplet: 85, 04 and 15. RGB value is (133,4,21). Sum of RGB (Red+Green+Blue) = 133+4+21=158 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.18% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 133 - color contains mainly: red. Hex color #850415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850415 is #7AFBEA. Grayscale: #2C2C2C. Windows color (decimal): -8059883 or 1377413. OLE color: 1377413.
HSL color Cylindrical-coordinate representation of color #850415: hue angle of 352.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850415 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 21 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.48 |
| HSL | 352.09º | 0.94% | 0.27% | - |
| HSV(B) | 352.09º | 0.97% | 0.52% | - |
| XYZ | 9.85 | 5.13 | 1.18 | - |
| YUV | 44.51 | 114.74 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 21 | 0 | 0.97 | 0.84 | 0.48 | 352.09 | 0.94 | 0.27 |
| Hex | 85 | 4 | 15 | 0 | 61 | 54 | 30 | 160 | 5E | 1B |
| Octal | 205 | 4 | 25 | 0 | 141 | 124 | 60 | 540 | 136 | 33 |
| Binary | 10000101 | 100 | 10101 | 0 | 1100001 | 1010100 | 110000 | 101100000 | 1011110 | 11011 |
Color Harmonies of #850415
Complementary color
Monochromatic Colors of #850415
Black with #850415
Text Example
Text Example
White with #850415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850415; }
p { color: rgb(133,4,21); }
H1.HeaderClassName
{
color: #850415;
}
.AnyTagClassName
{
color: #850415;
}
</style>
background-color css
<style>
a { background-color: #850415; }
a { background-color: rgb(133,4,21); }
div.DivClassName
{
background-color: #850415;
}
.BgClassName
{
background-color: #850415;
}
</style>
border-color css
<style>
span { border-color: #850415; }
span { border-color: rgb(133,4,21); }
td.TdClassName
{
border-color: #850415;
}
.TagClassName
{
border-color: #850415;
}
</style>