Shades of Burgundy #870F1B
Tints of Burgundy #870F1B
RGB
CMYK
RGB Variations
Color information
#870F1B (or 0x870F1B) is known color: Burgundy. HEX triplet: 87, 0F and 1B. RGB value is (135,15,27). Sum of RGB (Red+Green+Blue) = 135+15+27=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F1B is #78F0E4. Grayscale: #343434. Windows color (decimal): -7925989 or 1773447. OLE color: 1773447.
HSL color Cylindrical-coordinate representation of color #870F1B: hue angle of 354º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F1B is Cyan = 0, Magento = 0.89, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 27 | - |
| CMYK | 0 | 0.89 | 0.8 | 0.47 |
| HSL | 354º | 0.8% | 0.29% | - |
| HSV(B) | 354º | 0.89% | 0.53% | - |
| XYZ | 10.36 | 5.57 | 1.57 | - |
| YUV | 52.25 | 113.76 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 27 | 0 | 0.89 | 0.8 | 0.47 | 354 | 0.8 | 0.29 |
| Hex | 87 | F | 1B | 0 | 59 | 50 | 2F | 162 | 50 | 1D |
| Octal | 207 | 17 | 33 | 0 | 131 | 120 | 57 | 542 | 120 | 35 |
| Binary | 10000111 | 1111 | 11011 | 0 | 1011001 | 1010000 | 101111 | 101100010 | 1010000 | 11101 |
Color Harmonies of #870F1B
Complementary color
Monochromatic Colors of #870F1B
Black with #870F1B
Text Example
Text Example
White with #870F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F1B; }
p { color: rgb(135,15,27); }
H1.HeaderClassName
{
color: #870F1B;
}
.AnyTagClassName
{
color: #870F1B;
}
</style>
background-color css
<style>
a { background-color: #870F1B; }
a { background-color: rgb(135,15,27); }
div.DivClassName
{
background-color: #870F1B;
}
.BgClassName
{
background-color: #870F1B;
}
</style>
border-color css
<style>
span { border-color: #870F1B; }
span { border-color: rgb(135,15,27); }
td.TdClassName
{
border-color: #870F1B;
}
.TagClassName
{
border-color: #870F1B;
}
</style>