Shades of Burgundy #870C1C
Tints of Burgundy #870C1C
RGB
CMYK
RGB Variations
Color information
#870C1C (or 0x870C1C) is known color: Burgundy. HEX triplet: 87, 0C and 1C. RGB value is (135,12,28). Sum of RGB (Red+Green+Blue) = 135+12+28=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #870C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C1C is #78F3E3. Grayscale: #323232. Windows color (decimal): -7926756 or 1838215. OLE color: 1838215.
HSL color Cylindrical-coordinate representation of color #870C1C: hue angle of 352.2º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C1C is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 28 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.47 |
| HSL | 352.2º | 0.84% | 0.29% | - |
| HSV(B) | 352.2º | 0.91% | 0.53% | - |
| XYZ | 10.33 | 5.5 | 1.62 | - |
| YUV | 50.6 | 115.25 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 28 | 0 | 0.91 | 0.79 | 0.47 | 352.2 | 0.84 | 0.29 |
| Hex | 87 | C | 1C | 0 | 5B | 4F | 2F | 160 | 54 | 1D |
| Octal | 207 | 14 | 34 | 0 | 133 | 117 | 57 | 540 | 124 | 35 |
| Binary | 10000111 | 1100 | 11100 | 0 | 1011011 | 1001111 | 101111 | 101100000 | 1010100 | 11101 |
Color Harmonies of #870C1C
Complementary color
Monochromatic Colors of #870C1C
Black with #870C1C
Text Example
Text Example
White with #870C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C1C; }
p { color: rgb(135,12,28); }
H1.HeaderClassName
{
color: #870C1C;
}
.AnyTagClassName
{
color: #870C1C;
}
</style>
background-color css
<style>
a { background-color: #870C1C; }
a { background-color: rgb(135,12,28); }
div.DivClassName
{
background-color: #870C1C;
}
.BgClassName
{
background-color: #870C1C;
}
</style>
border-color css
<style>
span { border-color: #870C1C; }
span { border-color: rgb(135,12,28); }
td.TdClassName
{
border-color: #870C1C;
}
.TagClassName
{
border-color: #870C1C;
}
</style>