Shades of Burgundy #870F1C
Tints of Burgundy #870F1C
RGB
CMYK
RGB Variations
Color information
#870F1C (or 0x870F1C) is known color: Burgundy. HEX triplet: 87, 0F and 1C. RGB value is (135,15,28). Sum of RGB (Red+Green+Blue) = 135+15+28=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #870F1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F1C is #78F0E3. Grayscale: #343434. Windows color (decimal): -7925988 or 1838983. OLE color: 1838983.
HSL color Cylindrical-coordinate representation of color #870F1C: hue angle of 353.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F1C is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 28 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.47 |
| HSL | 353.5º | 0.8% | 0.29% | - |
| HSV(B) | 353.5º | 0.89% | 0.53% | - |
| XYZ | 10.37 | 5.58 | 1.63 | - |
| YUV | 52.36 | 114.26 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 28 | 0 | 0.89 | 0.79 | 0.47 | 353.5 | 0.8 | 0.29 |
| Hex | 87 | F | 1C | 0 | 59 | 4F | 2F | 162 | 50 | 1D |
| Octal | 207 | 17 | 34 | 0 | 131 | 117 | 57 | 542 | 120 | 35 |
| Binary | 10000111 | 1111 | 11100 | 0 | 1011001 | 1001111 | 101111 | 101100010 | 1010000 | 11101 |
Color Harmonies of #870F1C
Complementary color
Monochromatic Colors of #870F1C
Black with #870F1C
Text Example
Text Example
White with #870F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F1C; }
p { color: rgb(135,15,28); }
H1.HeaderClassName
{
color: #870F1C;
}
.AnyTagClassName
{
color: #870F1C;
}
</style>
background-color css
<style>
a { background-color: #870F1C; }
a { background-color: rgb(135,15,28); }
div.DivClassName
{
background-color: #870F1C;
}
.BgClassName
{
background-color: #870F1C;
}
</style>
border-color css
<style>
span { border-color: #870F1C; }
span { border-color: rgb(135,15,28); }
td.TdClassName
{
border-color: #870F1C;
}
.TagClassName
{
border-color: #870F1C;
}
</style>