Shades of Burgundy #870927
Tints of Burgundy #870927
RGB
CMYK
RGB Variations
Color information
#870927 (or 0x870927) is known color: Burgundy. HEX triplet: 87, 09 and 27. RGB value is (135,9,39). Sum of RGB (Red+Green+Blue) = 135+9+39=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #870927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870927 is #78F6D8. Grayscale: #323232. Windows color (decimal): -7927513 or 2558343. OLE color: 2558343.
HSL color Cylindrical-coordinate representation of color #870927: hue angle of 345.71º 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 #870927 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 39 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.47 |
| HSL | 345.71º | 0.88% | 0.28% | - |
| HSV(B) | 345.71º | 0.93% | 0.53% | - |
| XYZ | 10.46 | 5.49 | 2.43 | - |
| YUV | 50.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 39 | 0 | 0.93 | 0.71 | 0.47 | 345.71 | 0.88 | 0.28 |
| Hex | 87 | 9 | 27 | 0 | 5D | 47 | 2F | 15A | 58 | 1C |
| Octal | 207 | 11 | 47 | 0 | 135 | 107 | 57 | 532 | 130 | 34 |
| Binary | 10000111 | 1001 | 100111 | 0 | 1011101 | 1000111 | 101111 | 101011010 | 1011000 | 11100 |
Color Harmonies of #870927
Complementary color
Monochromatic Colors of #870927
Black with #870927
Text Example
Text Example
White with #870927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870927; }
p { color: rgb(135,9,39); }
H1.HeaderClassName
{
color: #870927;
}
.AnyTagClassName
{
color: #870927;
}
</style>
background-color css
<style>
a { background-color: #870927; }
a { background-color: rgb(135,9,39); }
div.DivClassName
{
background-color: #870927;
}
.BgClassName
{
background-color: #870927;
}
</style>
border-color css
<style>
span { border-color: #870927; }
span { border-color: rgb(135,9,39); }
td.TdClassName
{
border-color: #870927;
}
.TagClassName
{
border-color: #870927;
}
</style>