Shades of Burgundy #87071C
Tints of Burgundy #87071C
RGB
CMYK
RGB Variations
Color information
#87071C (or 0x87071C) is known color: Burgundy. HEX triplet: 87, 07 and 1C. RGB value is (135,7,28). Sum of RGB (Red+Green+Blue) = 135+7+28=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #87071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87071C is #78F8E3. Grayscale: #2F2F2F. Windows color (decimal): -7928036 or 1836935. OLE color: 1836935.
HSL color Cylindrical-coordinate representation of color #87071C: hue angle of 350.16º 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 #87071C is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 28 | - |
| CMYK | 0 | 0.95 | 0.79 | 0.47 |
| HSL | 350.16º | 0.9% | 0.28% | - |
| HSV(B) | 350.16º | 0.95% | 0.53% | - |
| XYZ | 10.28 | 5.39 | 1.6 | - |
| YUV | 47.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 28 | 0 | 0.95 | 0.79 | 0.47 | 350.16 | 0.9 | 0.28 |
| Hex | 87 | 7 | 1C | 0 | 5F | 4F | 2F | 15E | 5A | 1C |
| Octal | 207 | 7 | 34 | 0 | 137 | 117 | 57 | 536 | 132 | 34 |
| Binary | 10000111 | 111 | 11100 | 0 | 1011111 | 1001111 | 101111 | 101011110 | 1011010 | 11100 |
Color Harmonies of #87071C
Complementary color
Monochromatic Colors of #87071C
Black with #87071C
Text Example
Text Example
White with #87071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87071C; }
p { color: rgb(135,7,28); }
H1.HeaderClassName
{
color: #87071C;
}
.AnyTagClassName
{
color: #87071C;
}
</style>
background-color css
<style>
a { background-color: #87071C; }
a { background-color: rgb(135,7,28); }
div.DivClassName
{
background-color: #87071C;
}
.BgClassName
{
background-color: #87071C;
}
</style>
border-color css
<style>
span { border-color: #87071C; }
span { border-color: rgb(135,7,28); }
td.TdClassName
{
border-color: #87071C;
}
.TagClassName
{
border-color: #87071C;
}
</style>