Shades of Burgundy #870C1D
Tints of Burgundy #870C1D
RGB
CMYK
RGB Variations
Color information
#870C1D (or 0x870C1D) is known color: Burgundy. HEX triplet: 87, 0C and 1D. RGB value is (135,12,29). Sum of RGB (Red+Green+Blue) = 135+12+29=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #870C1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C1D is #78F3E2. Grayscale: #323232. Windows color (decimal): -7926755 or 1903751. OLE color: 1903751.
HSL color Cylindrical-coordinate representation of color #870C1D: hue angle of 351.71º 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 #870C1D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 29 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.47 |
| HSL | 351.71º | 0.84% | 0.29% | - |
| HSV(B) | 351.71º | 0.91% | 0.53% | - |
| XYZ | 10.34 | 5.5 | 1.68 | - |
| YUV | 50.72 | 115.75 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 29 | 0 | 0.91 | 0.79 | 0.47 | 351.71 | 0.84 | 0.29 |
| Hex | 87 | C | 1D | 0 | 5B | 4F | 2F | 160 | 54 | 1D |
| Octal | 207 | 14 | 35 | 0 | 133 | 117 | 57 | 540 | 124 | 35 |
| Binary | 10000111 | 1100 | 11101 | 0 | 1011011 | 1001111 | 101111 | 101100000 | 1010100 | 11101 |
Color Harmonies of #870C1D
Complementary color
Monochromatic Colors of #870C1D
Black with #870C1D
Text Example
Text Example
White with #870C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C1D; }
p { color: rgb(135,12,29); }
H1.HeaderClassName
{
color: #870C1D;
}
.AnyTagClassName
{
color: #870C1D;
}
</style>
background-color css
<style>
a { background-color: #870C1D; }
a { background-color: rgb(135,12,29); }
div.DivClassName
{
background-color: #870C1D;
}
.BgClassName
{
background-color: #870C1D;
}
</style>
border-color css
<style>
span { border-color: #870C1D; }
span { border-color: rgb(135,12,29); }
td.TdClassName
{
border-color: #870C1D;
}
.TagClassName
{
border-color: #870C1D;
}
</style>