Shades of Burgundy #870B1C
Tints of Burgundy #870B1C
RGB
CMYK
RGB Variations
Color information
#870B1C (or 0x870B1C) is known color: Burgundy. HEX triplet: 87, 0B and 1C. RGB value is (135,11,28). Sum of RGB (Red+Green+Blue) = 135+11+28=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #870B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B1C is #78F4E3. Grayscale: #323232. Windows color (decimal): -7927012 or 1837959. OLE color: 1837959.
HSL color Cylindrical-coordinate representation of color #870B1C: hue angle of 351.77º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B1C is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 28 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.47 |
| HSL | 351.77º | 0.85% | 0.29% | - |
| HSV(B) | 351.77º | 0.92% | 0.53% | - |
| XYZ | 10.32 | 5.47 | 1.61 | - |
| YUV | 50.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 28 | 0 | 0.92 | 0.79 | 0.47 | 351.77 | 0.85 | 0.29 |
| Hex | 87 | B | 1C | 0 | 5C | 4F | 2F | 160 | 55 | 1D |
| Octal | 207 | 13 | 34 | 0 | 134 | 117 | 57 | 540 | 125 | 35 |
| Binary | 10000111 | 1011 | 11100 | 0 | 1011100 | 1001111 | 101111 | 101100000 | 1010101 | 11101 |
Color Harmonies of #870B1C
Complementary color
Monochromatic Colors of #870B1C
Black with #870B1C
Text Example
Text Example
White with #870B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B1C; }
p { color: rgb(135,11,28); }
H1.HeaderClassName
{
color: #870B1C;
}
.AnyTagClassName
{
color: #870B1C;
}
</style>
background-color css
<style>
a { background-color: #870B1C; }
a { background-color: rgb(135,11,28); }
div.DivClassName
{
background-color: #870B1C;
}
.BgClassName
{
background-color: #870B1C;
}
</style>
border-color css
<style>
span { border-color: #870B1C; }
span { border-color: rgb(135,11,28); }
td.TdClassName
{
border-color: #870B1C;
}
.TagClassName
{
border-color: #870B1C;
}
</style>