Shades of Burgundy #870825
Tints of Burgundy #870825
RGB
CMYK
RGB Variations
Color information
#870825 (or 0x870825) is known color: Burgundy. HEX triplet: 87, 08 and 25. RGB value is (135,8,37). Sum of RGB (Red+Green+Blue) = 135+8+37=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #870825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870825 is #78F7DA. Grayscale: #313131. Windows color (decimal): -7927771 or 2427015. OLE color: 2427015.
HSL color Cylindrical-coordinate representation of color #870825: hue angle of 346.3º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870825 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 37 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.47 |
| HSL | 346.3º | 0.89% | 0.28% | - |
| HSV(B) | 346.3º | 0.94% | 0.53% | - |
| XYZ | 10.41 | 5.46 | 2.25 | - |
| YUV | 49.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 37 | 0 | 0.94 | 0.73 | 0.47 | 346.3 | 0.89 | 0.28 |
| Hex | 87 | 8 | 25 | 0 | 5E | 49 | 2F | 15A | 59 | 1C |
| Octal | 207 | 10 | 45 | 0 | 136 | 111 | 57 | 532 | 131 | 34 |
| Binary | 10000111 | 1000 | 100101 | 0 | 1011110 | 1001001 | 101111 | 101011010 | 1011001 | 11100 |
Color Harmonies of #870825
Complementary color
Monochromatic Colors of #870825
Black with #870825
Text Example
Text Example
White with #870825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870825; }
p { color: rgb(135,8,37); }
H1.HeaderClassName
{
color: #870825;
}
.AnyTagClassName
{
color: #870825;
}
</style>
background-color css
<style>
a { background-color: #870825; }
a { background-color: rgb(135,8,37); }
div.DivClassName
{
background-color: #870825;
}
.BgClassName
{
background-color: #870825;
}
</style>
border-color css
<style>
span { border-color: #870825; }
span { border-color: rgb(135,8,37); }
td.TdClassName
{
border-color: #870825;
}
.TagClassName
{
border-color: #870825;
}
</style>