Shades of Burgundy #870929
Tints of Burgundy #870929
RGB
CMYK
RGB Variations
Color information
#870929 (or 0x870929) is known color: Burgundy. HEX triplet: 87, 09 and 29. RGB value is (135,9,41). Sum of RGB (Red+Green+Blue) = 135+9+41=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #870929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870929 is #78F6D6. Grayscale: #323232. Windows color (decimal): -7927511 or 2689415. OLE color: 2689415.
HSL color Cylindrical-coordinate representation of color #870929: hue angle of 344.76º degrees, saturation: 0.88, 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 #870929 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 41 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.47 |
| HSL | 344.76º | 0.88% | 0.28% | - |
| HSV(B) | 344.76º | 0.93% | 0.53% | - |
| XYZ | 10.49 | 5.51 | 2.61 | - |
| YUV | 50.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 41 | 0 | 0.93 | 0.70 | 0.47 | 344.76 | 0.88 | 0.28 |
| Hex | 87 | 9 | 29 | 0 | 5D | 46 | 2F | 159 | 58 | 1C |
| Octal | 207 | 11 | 51 | 0 | 135 | 106 | 57 | 531 | 130 | 34 |
| Binary | 10000111 | 1001 | 101001 | 0 | 1011101 | 1000110 | 101111 | 101011001 | 1011000 | 11100 |
Color Harmonies of #870929
Complementary color
Monochromatic Colors of #870929
Black with #870929
Text Example
Text Example
White with #870929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870929; }
p { color: rgb(135,9,41); }
H1.HeaderClassName
{
color: #870929;
}
.AnyTagClassName
{
color: #870929;
}
</style>
background-color css
<style>
a { background-color: #870929; }
a { background-color: rgb(135,9,41); }
div.DivClassName
{
background-color: #870929;
}
.BgClassName
{
background-color: #870929;
}
</style>
border-color css
<style>
span { border-color: #870929; }
span { border-color: rgb(135,9,41); }
td.TdClassName
{
border-color: #870929;
}
.TagClassName
{
border-color: #870929;
}
</style>