Shades of Burgundy #870A28
Tints of Burgundy #870A28
RGB
CMYK
RGB Variations
Color information
#870A28 (or 0x870A28) is known color: Burgundy. HEX triplet: 87, 0A and 28. RGB value is (135,10,40). Sum of RGB (Red+Green+Blue) = 135+10+40=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #870A28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A28 is #78F5D7. Grayscale: #323232. Windows color (decimal): -7927256 or 2624135. OLE color: 2624135.
HSL color Cylindrical-coordinate representation of color #870A28: hue angle of 345.6º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A28 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 40 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.47 |
| HSL | 345.6º | 0.86% | 0.28% | - |
| HSV(B) | 345.6º | 0.93% | 0.53% | - |
| XYZ | 10.48 | 5.52 | 2.52 | - |
| YUV | 50.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 40 | 0 | 0.93 | 0.70 | 0.47 | 345.6 | 0.86 | 0.28 |
| Hex | 87 | A | 28 | 0 | 5D | 46 | 2F | 15A | 56 | 1C |
| Octal | 207 | 12 | 50 | 0 | 135 | 106 | 57 | 532 | 126 | 34 |
| Binary | 10000111 | 1010 | 101000 | 0 | 1011101 | 1000110 | 101111 | 101011010 | 1010110 | 11100 |
Color Harmonies of #870A28
Complementary color
Monochromatic Colors of #870A28
Black with #870A28
Text Example
Text Example
White with #870A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A28; }
p { color: rgb(135,10,40); }
H1.HeaderClassName
{
color: #870A28;
}
.AnyTagClassName
{
color: #870A28;
}
</style>
background-color css
<style>
a { background-color: #870A28; }
a { background-color: rgb(135,10,40); }
div.DivClassName
{
background-color: #870A28;
}
.BgClassName
{
background-color: #870A28;
}
</style>
border-color css
<style>
span { border-color: #870A28; }
span { border-color: rgb(135,10,40); }
td.TdClassName
{
border-color: #870A28;
}
.TagClassName
{
border-color: #870A28;
}
</style>