Shades of Burgundy #87002D
Tints of Burgundy #87002D
RGB
CMYK
RGB Variations
Color information
#87002D (or 0x87002D) is known color: Burgundy. HEX triplet: 87, 00 and 2D. RGB value is (135,0,45). Sum of RGB (Red+Green+Blue) = 135+0+45=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #87002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87002D is #78FFD2. Grayscale: #2D2D2D. Windows color (decimal): -7929811 or 2949255. OLE color: 2949255.
HSL color Cylindrical-coordinate representation of color #87002D: hue angle of 340º 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 #87002D is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.67 | 0.47 |
| HSL | 340º | 1% | 0.26% | - |
| HSV(B) | 340º | 1% | 0.53% | - |
| XYZ | 10.47 | 5.34 | 2.96 | - |
| YUV | 45.5 | 127.73 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 45 | 0 | 1 | 0.67 | 0.47 | 340 | 1 | 0.26 |
| Hex | 87 | 0 | 2D | 0 | 64 | 43 | 2F | 154 | 64 | 1A |
| Octal | 207 | 0 | 55 | 0 | 144 | 103 | 57 | 524 | 144 | 32 |
| Binary | 10000111 | 0 | 101101 | 0 | 1100100 | 1000011 | 101111 | 101010100 | 1100100 | 11010 |
Color Harmonies of #87002D
Complementary color
Monochromatic Colors of #87002D
Black with #87002D
Text Example
Text Example
White with #87002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87002D; }
p { color: rgb(135,0,45); }
H1.HeaderClassName
{
color: #87002D;
}
.AnyTagClassName
{
color: #87002D;
}
</style>
background-color css
<style>
a { background-color: #87002D; }
a { background-color: rgb(135,0,45); }
div.DivClassName
{
background-color: #87002D;
}
.BgClassName
{
background-color: #87002D;
}
</style>
border-color css
<style>
span { border-color: #87002D; }
span { border-color: rgb(135,0,45); }
td.TdClassName
{
border-color: #87002D;
}
.TagClassName
{
border-color: #87002D;
}
</style>