Shades of Burgundy #870D1C
Tints of Burgundy #870D1C
RGB
CMYK
RGB Variations
Color information
#870D1C (or 0x870D1C) is known color: Burgundy. HEX triplet: 87, 0D and 1C. RGB value is (135,13,28). Sum of RGB (Red+Green+Blue) = 135+13+28=176 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.70% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 135 - color contains mainly: red. Hex color #870D1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D1C is #78F2E3. Grayscale: #333333. Windows color (decimal): -7926500 or 1838471. OLE color: 1838471.
HSL color Cylindrical-coordinate representation of color #870D1C: hue angle of 352.62º 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 #870D1C is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 28 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.47 |
| HSL | 352.62º | 0.82% | 0.29% | - |
| HSV(B) | 352.62º | 0.9% | 0.53% | - |
| XYZ | 10.35 | 5.52 | 1.62 | - |
| YUV | 51.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 28 | 0 | 0.90 | 0.79 | 0.47 | 352.62 | 0.82 | 0.29 |
| Hex | 87 | D | 1C | 0 | 5A | 4F | 2F | 161 | 52 | 1D |
| Octal | 207 | 15 | 34 | 0 | 132 | 117 | 57 | 541 | 122 | 35 |
| Binary | 10000111 | 1101 | 11100 | 0 | 1011010 | 1001111 | 101111 | 101100001 | 1010010 | 11101 |
Color Harmonies of #870D1C
Complementary color
Monochromatic Colors of #870D1C
Black with #870D1C
Text Example
Text Example
White with #870D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D1C; }
p { color: rgb(135,13,28); }
H1.HeaderClassName
{
color: #870D1C;
}
.AnyTagClassName
{
color: #870D1C;
}
</style>
background-color css
<style>
a { background-color: #870D1C; }
a { background-color: rgb(135,13,28); }
div.DivClassName
{
background-color: #870D1C;
}
.BgClassName
{
background-color: #870D1C;
}
</style>
border-color css
<style>
span { border-color: #870D1C; }
span { border-color: rgb(135,13,28); }
td.TdClassName
{
border-color: #870D1C;
}
.TagClassName
{
border-color: #870D1C;
}
</style>