Shades of Burgundy #850418
Tints of Burgundy #850418
RGB
CMYK
RGB Variations
Color information
#850418 (or 0x850418) is known color: Burgundy. HEX triplet: 85, 04 and 18. RGB value is (133,4,24). Sum of RGB (Red+Green+Blue) = 133+4+24=161 (21% of max value = 765). Red value is 133 (52.34% from 255 or 82.61% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 133 - color contains mainly: red. Hex color #850418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850418 is #7AFBE7. Grayscale: #2C2C2C. Windows color (decimal): -8059880 or 1574021. OLE color: 1574021.
HSL color Cylindrical-coordinate representation of color #850418: hue angle of 350.7º 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 #850418 is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 24 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.48 |
| HSL | 350.7º | 0.94% | 0.27% | - |
| HSV(B) | 350.7º | 0.97% | 0.52% | - |
| XYZ | 9.88 | 5.14 | 1.34 | - |
| YUV | 44.85 | 116.24 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 24 | 0 | 0.97 | 0.82 | 0.48 | 350.7 | 0.94 | 0.27 |
| Hex | 85 | 4 | 18 | 0 | 61 | 52 | 30 | 15F | 5E | 1B |
| Octal | 205 | 4 | 30 | 0 | 141 | 122 | 60 | 537 | 136 | 33 |
| Binary | 10000101 | 100 | 11000 | 0 | 1100001 | 1010010 | 110000 | 101011111 | 1011110 | 11011 |
Color Harmonies of #850418
Complementary color
Monochromatic Colors of #850418
Black with #850418
Text Example
Text Example
White with #850418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850418; }
p { color: rgb(133,4,24); }
H1.HeaderClassName
{
color: #850418;
}
.AnyTagClassName
{
color: #850418;
}
</style>
background-color css
<style>
a { background-color: #850418; }
a { background-color: rgb(133,4,24); }
div.DivClassName
{
background-color: #850418;
}
.BgClassName
{
background-color: #850418;
}
</style>
border-color css
<style>
span { border-color: #850418; }
span { border-color: rgb(133,4,24); }
td.TdClassName
{
border-color: #850418;
}
.TagClassName
{
border-color: #850418;
}
</style>