Shades of Burgundy #870727
Tints of Burgundy #870727
RGB
CMYK
RGB Variations
Color information
#870727 (or 0x870727) is known color: Burgundy. HEX triplet: 87, 07 and 27. RGB value is (135,7,39). Sum of RGB (Red+Green+Blue) = 135+7+39=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 39 (15.62% from 255 or 21.55% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #870727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870727 is #78F8D8. Grayscale: #303030. Windows color (decimal): -7928025 or 2557831. OLE color: 2557831.
HSL color Cylindrical-coordinate representation of color #870727: hue angle of 345º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870727 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 39 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.47 |
| HSL | 345º | 0.9% | 0.28% | - |
| HSV(B) | 345º | 0.95% | 0.53% | - |
| XYZ | 10.43 | 5.45 | 2.42 | - |
| YUV | 48.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 39 | 0 | 0.95 | 0.71 | 0.47 | 345 | 0.9 | 0.28 |
| Hex | 87 | 7 | 27 | 0 | 5F | 47 | 2F | 159 | 5A | 1C |
| Octal | 207 | 7 | 47 | 0 | 137 | 107 | 57 | 531 | 132 | 34 |
| Binary | 10000111 | 111 | 100111 | 0 | 1011111 | 1000111 | 101111 | 101011001 | 1011010 | 11100 |
Color Harmonies of #870727
Complementary color
Monochromatic Colors of #870727
Black with #870727
Text Example
Text Example
White with #870727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870727; }
p { color: rgb(135,7,39); }
H1.HeaderClassName
{
color: #870727;
}
.AnyTagClassName
{
color: #870727;
}
</style>
background-color css
<style>
a { background-color: #870727; }
a { background-color: rgb(135,7,39); }
div.DivClassName
{
background-color: #870727;
}
.BgClassName
{
background-color: #870727;
}
</style>
border-color css
<style>
span { border-color: #870727; }
span { border-color: rgb(135,7,39); }
td.TdClassName
{
border-color: #870727;
}
.TagClassName
{
border-color: #870727;
}
</style>