Shades of Burgundy #870A24
Tints of Burgundy #870A24
RGB
CMYK
RGB Variations
Color information
#870A24 (or 0x870A24) is known color: Burgundy. HEX triplet: 87, 0A and 24. RGB value is (135,10,36). Sum of RGB (Red+Green+Blue) = 135+10+36=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 36 (14.45% from 255 or 19.89% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #870A24 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A24 is #78F5DB. Grayscale: #323232. Windows color (decimal): -7927260 or 2361991. OLE color: 2361991.
HSL color Cylindrical-coordinate representation of color #870A24: hue angle of 347.52º 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 #870A24 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 10 | 36 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.47 |
| HSL | 347.52º | 0.86% | 0.28% | - |
| HSV(B) | 347.52º | 0.93% | 0.53% | - |
| XYZ | 10.42 | 5.5 | 2.18 | - |
| YUV | 50.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 10 | 36 | 0 | 0.93 | 0.73 | 0.47 | 347.52 | 0.86 | 0.28 |
| Hex | 87 | A | 24 | 0 | 5D | 49 | 2F | 15C | 56 | 1C |
| Octal | 207 | 12 | 44 | 0 | 135 | 111 | 57 | 534 | 126 | 34 |
| Binary | 10000111 | 1010 | 100100 | 0 | 1011101 | 1001001 | 101111 | 101011100 | 1010110 | 11100 |
Color Harmonies of #870A24
Complementary color
Monochromatic Colors of #870A24
Black with #870A24
Text Example
Text Example
White with #870A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870A24; }
p { color: rgb(135,10,36); }
H1.HeaderClassName
{
color: #870A24;
}
.AnyTagClassName
{
color: #870A24;
}
</style>
background-color css
<style>
a { background-color: #870A24; }
a { background-color: rgb(135,10,36); }
div.DivClassName
{
background-color: #870A24;
}
.BgClassName
{
background-color: #870A24;
}
</style>
border-color css
<style>
span { border-color: #870A24; }
span { border-color: rgb(135,10,36); }
td.TdClassName
{
border-color: #870A24;
}
.TagClassName
{
border-color: #870A24;
}
</style>