Shades of Burgundy #870922
Tints of Burgundy #870922
RGB
CMYK
RGB Variations
Color information
#870922 (or 0x870922) is known color: Burgundy. HEX triplet: 87, 09 and 22. RGB value is (135,9,34). Sum of RGB (Red+Green+Blue) = 135+9+34=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #870922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870922 is #78F6DD. Grayscale: #313131. Windows color (decimal): -7927518 or 2230663. OLE color: 2230663.
HSL color Cylindrical-coordinate representation of color #870922: hue angle of 348.1º 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 #870922 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 34 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.47 |
| HSL | 348.1º | 0.88% | 0.28% | - |
| HSV(B) | 348.1º | 0.93% | 0.53% | - |
| XYZ | 10.38 | 5.46 | 2.02 | - |
| YUV | 49.52 | 119.24 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 34 | 0 | 0.93 | 0.75 | 0.47 | 348.1 | 0.88 | 0.28 |
| Hex | 87 | 9 | 22 | 0 | 5D | 4B | 2F | 15C | 58 | 1C |
| Octal | 207 | 11 | 42 | 0 | 135 | 113 | 57 | 534 | 130 | 34 |
| Binary | 10000111 | 1001 | 100010 | 0 | 1011101 | 1001011 | 101111 | 101011100 | 1011000 | 11100 |
Color Harmonies of #870922
Complementary color
Monochromatic Colors of #870922
Black with #870922
Text Example
Text Example
White with #870922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870922; }
p { color: rgb(135,9,34); }
H1.HeaderClassName
{
color: #870922;
}
.AnyTagClassName
{
color: #870922;
}
</style>
background-color css
<style>
a { background-color: #870922; }
a { background-color: rgb(135,9,34); }
div.DivClassName
{
background-color: #870922;
}
.BgClassName
{
background-color: #870922;
}
</style>
border-color css
<style>
span { border-color: #870922; }
span { border-color: rgb(135,9,34); }
td.TdClassName
{
border-color: #870922;
}
.TagClassName
{
border-color: #870922;
}
</style>