Shades of Burgundy #87012C
Tints of Burgundy #87012C
RGB
CMYK
RGB Variations
Color information
#87012C (or 0x87012C) is known color: Burgundy. HEX triplet: 87, 01 and 2C. RGB value is (135,1,44). Sum of RGB (Red+Green+Blue) = 135+1+44=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #87012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87012C is #78FED3. Grayscale: #2D2D2D. Windows color (decimal): -7929556 or 2883975. OLE color: 2883975.
HSL color Cylindrical-coordinate representation of color #87012C: hue angle of 340.75º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87012C is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.47 |
| HSL | 340.75º | 0.99% | 0.27% | - |
| HSV(B) | 340.75º | 0.99% | 0.53% | - |
| XYZ | 10.46 | 5.35 | 2.87 | - |
| YUV | 45.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 44 | 0 | 0.99 | 0.67 | 0.47 | 340.75 | 0.99 | 0.27 |
| Hex | 87 | 1 | 2C | 0 | 63 | 43 | 2F | 155 | 63 | 1B |
| Octal | 207 | 1 | 54 | 0 | 143 | 103 | 57 | 525 | 143 | 33 |
| Binary | 10000111 | 1 | 101100 | 0 | 1100011 | 1000011 | 101111 | 101010101 | 1100011 | 11011 |
Color Harmonies of #87012C
Complementary color
Monochromatic Colors of #87012C
Black with #87012C
Text Example
Text Example
White with #87012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87012C; }
p { color: rgb(135,1,44); }
H1.HeaderClassName
{
color: #87012C;
}
.AnyTagClassName
{
color: #87012C;
}
</style>
background-color css
<style>
a { background-color: #87012C; }
a { background-color: rgb(135,1,44); }
div.DivClassName
{
background-color: #87012C;
}
.BgClassName
{
background-color: #87012C;
}
</style>
border-color css
<style>
span { border-color: #87012C; }
span { border-color: rgb(135,1,44); }
td.TdClassName
{
border-color: #87012C;
}
.TagClassName
{
border-color: #87012C;
}
</style>