Shades of Burgundy #850018
Tints of Burgundy #850018
RGB
CMYK
RGB Variations
Color information
#850018 (or 0x850018) is known color: Burgundy. HEX triplet: 85, 00 and 18. RGB value is (133,0,24). Sum of RGB (Red+Green+Blue) = 133+0+24=157 (20% of max value = 765). Red value is 133 (52.34% from 255 or 84.71% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 133 - color contains mainly: red. Hex color #850018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850018 is #7AFFE7. Grayscale: #2A2A2A. Windows color (decimal): -8060904 or 1572997. OLE color: 1572997.
HSL color Cylindrical-coordinate representation of color #850018: hue angle of 349.17º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850018 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 24 | - |
| CMYK | 0 | 1 | 0.82 | 0.48 |
| HSL | 349.17º | 1% | 0.26% | - |
| HSV(B) | 349.17º | 1% | 0.52% | - |
| XYZ | 9.84 | 5.05 | 1.32 | - |
| YUV | 42.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 24 | 0 | 1 | 0.82 | 0.48 | 349.17 | 1 | 0.26 |
| Hex | 85 | 0 | 18 | 0 | 64 | 52 | 30 | 15D | 64 | 1A |
| Octal | 205 | 0 | 30 | 0 | 144 | 122 | 60 | 535 | 144 | 32 |
| Binary | 10000101 | 0 | 11000 | 0 | 1100100 | 1010010 | 110000 | 101011101 | 1100100 | 11010 |
Color Harmonies of #850018
Complementary color
Monochromatic Colors of #850018
Black with #850018
Text Example
Text Example
White with #850018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850018; }
p { color: rgb(133,0,24); }
H1.HeaderClassName
{
color: #850018;
}
.AnyTagClassName
{
color: #850018;
}
</style>
background-color css
<style>
a { background-color: #850018; }
a { background-color: rgb(133,0,24); }
div.DivClassName
{
background-color: #850018;
}
.BgClassName
{
background-color: #850018;
}
</style>
border-color css
<style>
span { border-color: #850018; }
span { border-color: rgb(133,0,24); }
td.TdClassName
{
border-color: #850018;
}
.TagClassName
{
border-color: #850018;
}
</style>