Shades of Burgundy #870C2C
Tints of Burgundy #870C2C
RGB
CMYK
RGB Variations
Color information
#870C2C (or 0x870C2C) is known color: Burgundy. HEX triplet: 87, 0C and 2C. RGB value is (135,12,44). Sum of RGB (Red+Green+Blue) = 135+12+44=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #870C2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C2C is #78F3D3. Grayscale: #343434. Windows color (decimal): -7926740 or 2886791. OLE color: 2886791.
HSL color Cylindrical-coordinate representation of color #870C2C: hue angle of 344.39º 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 #870C2C is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 44 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.47 |
| HSL | 344.39º | 0.84% | 0.29% | - |
| HSV(B) | 344.39º | 0.91% | 0.53% | - |
| XYZ | 10.58 | 5.6 | 2.91 | - |
| YUV | 52.43 | 123.25 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 44 | 0 | 0.91 | 0.67 | 0.47 | 344.39 | 0.84 | 0.29 |
| Hex | 87 | C | 2C | 0 | 5B | 43 | 2F | 158 | 54 | 1D |
| Octal | 207 | 14 | 54 | 0 | 133 | 103 | 57 | 530 | 124 | 35 |
| Binary | 10000111 | 1100 | 101100 | 0 | 1011011 | 1000011 | 101111 | 101011000 | 1010100 | 11101 |
Color Harmonies of #870C2C
Complementary color
Monochromatic Colors of #870C2C
Black with #870C2C
Text Example
Text Example
White with #870C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C2C; }
p { color: rgb(135,12,44); }
H1.HeaderClassName
{
color: #870C2C;
}
.AnyTagClassName
{
color: #870C2C;
}
</style>
background-color css
<style>
a { background-color: #870C2C; }
a { background-color: rgb(135,12,44); }
div.DivClassName
{
background-color: #870C2C;
}
.BgClassName
{
background-color: #870C2C;
}
</style>
border-color css
<style>
span { border-color: #870C2C; }
span { border-color: rgb(135,12,44); }
td.TdClassName
{
border-color: #870C2C;
}
.TagClassName
{
border-color: #870C2C;
}
</style>