Shades of Burgundy #870C2A
Tints of Burgundy #870C2A
RGB
CMYK
RGB Variations
Color information
#870C2A (or 0x870C2A) is known color: Burgundy. HEX triplet: 87, 0C and 2A. RGB value is (135,12,42). Sum of RGB (Red+Green+Blue) = 135+12+42=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 42 (16.80% from 255 or 22.22% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #870C2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C2A is #78F3D5. Grayscale: #343434. Windows color (decimal): -7926742 or 2755719. OLE color: 2755719.
HSL color Cylindrical-coordinate representation of color #870C2A: hue angle of 345.37º 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 #870C2A is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 42 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.47 |
| HSL | 345.37º | 0.84% | 0.29% | - |
| HSV(B) | 345.37º | 0.91% | 0.53% | - |
| XYZ | 10.54 | 5.58 | 2.71 | - |
| YUV | 52.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 42 | 0 | 0.91 | 0.69 | 0.47 | 345.37 | 0.84 | 0.29 |
| Hex | 87 | C | 2A | 0 | 5B | 45 | 2F | 159 | 54 | 1D |
| Octal | 207 | 14 | 52 | 0 | 133 | 105 | 57 | 531 | 124 | 35 |
| Binary | 10000111 | 1100 | 101010 | 0 | 1011011 | 1000101 | 101111 | 101011001 | 1010100 | 11101 |
Color Harmonies of #870C2A
Complementary color
Monochromatic Colors of #870C2A
Black with #870C2A
Text Example
Text Example
White with #870C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C2A; }
p { color: rgb(135,12,42); }
H1.HeaderClassName
{
color: #870C2A;
}
.AnyTagClassName
{
color: #870C2A;
}
</style>
background-color css
<style>
a { background-color: #870C2A; }
a { background-color: rgb(135,12,42); }
div.DivClassName
{
background-color: #870C2A;
}
.BgClassName
{
background-color: #870C2A;
}
</style>
border-color css
<style>
span { border-color: #870C2A; }
span { border-color: rgb(135,12,42); }
td.TdClassName
{
border-color: #870C2A;
}
.TagClassName
{
border-color: #870C2A;
}
</style>