Shades of Burgundy #870D1B
Tints of Burgundy #870D1B
RGB
CMYK
RGB Variations
Color information
#870D1B (or 0x870D1B) is known color: Burgundy. HEX triplet: 87, 0D and 1B. RGB value is (135,13,27). Sum of RGB (Red+Green+Blue) = 135+13+27=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #870D1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D1B is #78F2E4. Grayscale: #333333. Windows color (decimal): -7926501 or 1772935. OLE color: 1772935.
HSL color Cylindrical-coordinate representation of color #870D1B: hue angle of 353.11º 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 #870D1B is Cyan = 0, Magento = 0.90, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 27 | - |
| CMYK | 0 | 0.90 | 0.8 | 0.47 |
| HSL | 353.11º | 0.82% | 0.29% | - |
| HSV(B) | 353.11º | 0.9% | 0.53% | - |
| XYZ | 10.33 | 5.52 | 1.56 | - |
| YUV | 51.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 27 | 0 | 0.90 | 0.8 | 0.47 | 353.11 | 0.82 | 0.29 |
| Hex | 87 | D | 1B | 0 | 5A | 50 | 2F | 161 | 52 | 1D |
| Octal | 207 | 15 | 33 | 0 | 132 | 120 | 57 | 541 | 122 | 35 |
| Binary | 10000111 | 1101 | 11011 | 0 | 1011010 | 1010000 | 101111 | 101100001 | 1010010 | 11101 |
Color Harmonies of #870D1B
Complementary color
Monochromatic Colors of #870D1B
Black with #870D1B
Text Example
Text Example
White with #870D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D1B; }
p { color: rgb(135,13,27); }
H1.HeaderClassName
{
color: #870D1B;
}
.AnyTagClassName
{
color: #870D1B;
}
</style>
background-color css
<style>
a { background-color: #870D1B; }
a { background-color: rgb(135,13,27); }
div.DivClassName
{
background-color: #870D1B;
}
.BgClassName
{
background-color: #870D1B;
}
</style>
border-color css
<style>
span { border-color: #870D1B; }
span { border-color: rgb(135,13,27); }
td.TdClassName
{
border-color: #870D1B;
}
.TagClassName
{
border-color: #870D1B;
}
</style>