Shades of Burgundy #851018
Tints of Burgundy #851018
RGB
CMYK
RGB Variations
Color information
#851018 (or 0x851018) is known color: Burgundy. HEX triplet: 85, 10 and 18. RGB value is (133,16,24). Sum of RGB (Red+Green+Blue) = 133+16+24=173 (22% of max value = 765). Red value is 133 (52.34% from 255 or 76.88% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 24 (9.77% from 255 or 13.87% from 173); Max value from RGB is 133 - color contains mainly: red. Hex color #851018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851018 is #7AEFE7. Grayscale: #333333. Windows color (decimal): -8056808 or 1577093. OLE color: 1577093.
HSL color Cylindrical-coordinate representation of color #851018: hue angle of 355.9º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851018 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 24 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.48 |
| HSL | 355.9º | 0.79% | 0.29% | - |
| HSV(B) | 355.9º | 0.88% | 0.52% | - |
| XYZ | 10.02 | 5.42 | 1.38 | - |
| YUV | 51.9 | 112.26 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 24 | 0 | 0.88 | 0.82 | 0.48 | 355.9 | 0.79 | 0.29 |
| Hex | 85 | 10 | 18 | 0 | 58 | 52 | 30 | 164 | 4F | 1D |
| Octal | 205 | 20 | 30 | 0 | 130 | 122 | 60 | 544 | 117 | 35 |
| Binary | 10000101 | 10000 | 11000 | 0 | 1011000 | 1010010 | 110000 | 101100100 | 1001111 | 11101 |
Color Harmonies of #851018
Complementary color
Monochromatic Colors of #851018
Black with #851018
Text Example
Text Example
White with #851018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851018; }
p { color: rgb(133,16,24); }
H1.HeaderClassName
{
color: #851018;
}
.AnyTagClassName
{
color: #851018;
}
</style>
background-color css
<style>
a { background-color: #851018; }
a { background-color: rgb(133,16,24); }
div.DivClassName
{
background-color: #851018;
}
.BgClassName
{
background-color: #851018;
}
</style>
border-color css
<style>
span { border-color: #851018; }
span { border-color: rgb(133,16,24); }
td.TdClassName
{
border-color: #851018;
}
.TagClassName
{
border-color: #851018;
}
</style>