Shades of Burgundy #870D2C
Tints of Burgundy #870D2C
RGB
CMYK
RGB Variations
Color information
#870D2C (or 0x870D2C) is known color: Burgundy. HEX triplet: 87, 0D and 2C. RGB value is (135,13,44). Sum of RGB (Red+Green+Blue) = 135+13+44=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870D2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D2C is #78F2D3. Grayscale: #353535. Windows color (decimal): -7926484 or 2887047. OLE color: 2887047.
HSL color Cylindrical-coordinate representation of color #870D2C: hue angle of 344.75º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D2C is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 44 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.47 |
| HSL | 344.75º | 0.82% | 0.29% | - |
| HSV(B) | 344.75º | 0.9% | 0.53% | - |
| XYZ | 10.59 | 5.62 | 2.91 | - |
| YUV | 53.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 44 | 0 | 0.90 | 0.67 | 0.47 | 344.75 | 0.82 | 0.29 |
| Hex | 87 | D | 2C | 0 | 5A | 43 | 2F | 159 | 52 | 1D |
| Octal | 207 | 15 | 54 | 0 | 132 | 103 | 57 | 531 | 122 | 35 |
| Binary | 10000111 | 1101 | 101100 | 0 | 1011010 | 1000011 | 101111 | 101011001 | 1010010 | 11101 |
Color Harmonies of #870D2C
Complementary color
Monochromatic Colors of #870D2C
Black with #870D2C
Text Example
Text Example
White with #870D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D2C; }
p { color: rgb(135,13,44); }
H1.HeaderClassName
{
color: #870D2C;
}
.AnyTagClassName
{
color: #870D2C;
}
</style>
background-color css
<style>
a { background-color: #870D2C; }
a { background-color: rgb(135,13,44); }
div.DivClassName
{
background-color: #870D2C;
}
.BgClassName
{
background-color: #870D2C;
}
</style>
border-color css
<style>
span { border-color: #870D2C; }
span { border-color: rgb(135,13,44); }
td.TdClassName
{
border-color: #870D2C;
}
.TagClassName
{
border-color: #870D2C;
}
</style>