Shades of Burgundy #87002C
Tints of Burgundy #87002C
RGB
CMYK
RGB Variations
Color information
#87002C (or 0x87002C) is known color: Burgundy. HEX triplet: 87, 00 and 2C. RGB value is (135,0,44). Sum of RGB (Red+Green+Blue) = 135+0+44=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #87002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87002C is #78FFD3. Grayscale: #2D2D2D. Windows color (decimal): -7929812 or 2883719. OLE color: 2883719.
HSL color Cylindrical-coordinate representation of color #87002C: hue angle of 340.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87002C is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.67 | 0.47 |
| HSL | 340.44º | 1% | 0.26% | - |
| HSV(B) | 340.44º | 1% | 0.53% | - |
| XYZ | 10.45 | 5.33 | 2.86 | - |
| YUV | 45.38 | 127.23 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 44 | 0 | 1 | 0.67 | 0.47 | 340.44 | 1 | 0.26 |
| Hex | 87 | 0 | 2C | 0 | 64 | 43 | 2F | 154 | 64 | 1A |
| Octal | 207 | 0 | 54 | 0 | 144 | 103 | 57 | 524 | 144 | 32 |
| Binary | 10000111 | 0 | 101100 | 0 | 1100100 | 1000011 | 101111 | 101010100 | 1100100 | 11010 |
Color Harmonies of #87002C
Complementary color
Monochromatic Colors of #87002C
Black with #87002C
Text Example
Text Example
White with #87002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87002C; }
p { color: rgb(135,0,44); }
H1.HeaderClassName
{
color: #87002C;
}
.AnyTagClassName
{
color: #87002C;
}
</style>
background-color css
<style>
a { background-color: #87002C; }
a { background-color: rgb(135,0,44); }
div.DivClassName
{
background-color: #87002C;
}
.BgClassName
{
background-color: #87002C;
}
</style>
border-color css
<style>
span { border-color: #87002C; }
span { border-color: rgb(135,0,44); }
td.TdClassName
{
border-color: #87002C;
}
.TagClassName
{
border-color: #87002C;
}
</style>