Shades of Burgundy #870F28
Tints of Burgundy #870F28
RGB
CMYK
RGB Variations
Color information
#870F28 (or 0x870F28) is known color: Burgundy. HEX triplet: 87, 0F and 28. RGB value is (135,15,40). Sum of RGB (Red+Green+Blue) = 135+15+40=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #870F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F28 is #78F0D7. Grayscale: #353535. Windows color (decimal): -7925976 or 2625415. OLE color: 2625415.
HSL color Cylindrical-coordinate representation of color #870F28: hue angle of 347.5º 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 #870F28 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 40 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.47 |
| HSL | 347.5º | 0.8% | 0.29% | - |
| HSV(B) | 347.5º | 0.89% | 0.53% | - |
| XYZ | 10.55 | 5.65 | 2.54 | - |
| YUV | 53.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 40 | 0 | 0.89 | 0.70 | 0.47 | 347.5 | 0.8 | 0.29 |
| Hex | 87 | F | 28 | 0 | 59 | 46 | 2F | 15C | 50 | 1D |
| Octal | 207 | 17 | 50 | 0 | 131 | 106 | 57 | 534 | 120 | 35 |
| Binary | 10000111 | 1111 | 101000 | 0 | 1011001 | 1000110 | 101111 | 101011100 | 1010000 | 11101 |
Color Harmonies of #870F28
Complementary color
Monochromatic Colors of #870F28
Black with #870F28
Text Example
Text Example
White with #870F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F28; }
p { color: rgb(135,15,40); }
H1.HeaderClassName
{
color: #870F28;
}
.AnyTagClassName
{
color: #870F28;
}
</style>
background-color css
<style>
a { background-color: #870F28; }
a { background-color: rgb(135,15,40); }
div.DivClassName
{
background-color: #870F28;
}
.BgClassName
{
background-color: #870F28;
}
</style>
border-color css
<style>
span { border-color: #870F28; }
span { border-color: rgb(135,15,40); }
td.TdClassName
{
border-color: #870F28;
}
.TagClassName
{
border-color: #870F28;
}
</style>