Shades of Burgundy #870625
Tints of Burgundy #870625
RGB
CMYK
RGB Variations
Color information
#870625 (or 0x870625) is known color: Burgundy. HEX triplet: 87, 06 and 25. RGB value is (135,6,37). Sum of RGB (Red+Green+Blue) = 135+6+37=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #870625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870625 is #78F9DA. Grayscale: #303030. Windows color (decimal): -7928283 or 2426503. OLE color: 2426503.
HSL color Cylindrical-coordinate representation of color #870625: hue angle of 345.58º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870625 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 6 | 37 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.47 |
| HSL | 345.58º | 0.91% | 0.28% | - |
| HSV(B) | 345.58º | 0.96% | 0.53% | - |
| XYZ | 10.39 | 5.41 | 2.25 | - |
| YUV | 48.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 37 | 0 | 0.96 | 0.73 | 0.47 | 345.58 | 0.91 | 0.28 |
| Hex | 87 | 6 | 25 | 0 | 60 | 49 | 2F | 15A | 5B | 1C |
| Octal | 207 | 6 | 45 | 0 | 140 | 111 | 57 | 532 | 133 | 34 |
| Binary | 10000111 | 110 | 100101 | 0 | 1100000 | 1001001 | 101111 | 101011010 | 1011011 | 11100 |
Color Harmonies of #870625
Complementary color
Monochromatic Colors of #870625
Black with #870625
Text Example
Text Example
White with #870625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870625; }
p { color: rgb(135,6,37); }
H1.HeaderClassName
{
color: #870625;
}
.AnyTagClassName
{
color: #870625;
}
</style>
background-color css
<style>
a { background-color: #870625; }
a { background-color: rgb(135,6,37); }
div.DivClassName
{
background-color: #870625;
}
.BgClassName
{
background-color: #870625;
}
</style>
border-color css
<style>
span { border-color: #870625; }
span { border-color: rgb(135,6,37); }
td.TdClassName
{
border-color: #870625;
}
.TagClassName
{
border-color: #870625;
}
</style>