Shades of Burgundy #87002B
Tints of Burgundy #87002B
RGB
CMYK
RGB Variations
Color information
#87002B (or 0x87002B) is known color: Burgundy. HEX triplet: 87, 00 and 2B. RGB value is (135,0,43). Sum of RGB (Red+Green+Blue) = 135+0+43=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #87002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87002B is #78FFD4. Grayscale: #2D2D2D. Windows color (decimal): -7929813 or 2818183. OLE color: 2818183.
HSL color Cylindrical-coordinate representation of color #87002B: hue angle of 340.89º 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 #87002B is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.68 | 0.47 |
| HSL | 340.89º | 1% | 0.26% | - |
| HSV(B) | 340.89º | 1% | 0.53% | - |
| XYZ | 10.43 | 5.33 | 2.76 | - |
| YUV | 45.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 43 | 0 | 1 | 0.68 | 0.47 | 340.89 | 1 | 0.26 |
| Hex | 87 | 0 | 2B | 0 | 64 | 44 | 2F | 155 | 64 | 1A |
| Octal | 207 | 0 | 53 | 0 | 144 | 104 | 57 | 525 | 144 | 32 |
| Binary | 10000111 | 0 | 101011 | 0 | 1100100 | 1000100 | 101111 | 101010101 | 1100100 | 11010 |
Color Harmonies of #87002B
Complementary color
Monochromatic Colors of #87002B
Black with #87002B
Text Example
Text Example
White with #87002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87002B; }
p { color: rgb(135,0,43); }
H1.HeaderClassName
{
color: #87002B;
}
.AnyTagClassName
{
color: #87002B;
}
</style>
background-color css
<style>
a { background-color: #87002B; }
a { background-color: rgb(135,0,43); }
div.DivClassName
{
background-color: #87002B;
}
.BgClassName
{
background-color: #87002B;
}
</style>
border-color css
<style>
span { border-color: #87002B; }
span { border-color: rgb(135,0,43); }
td.TdClassName
{
border-color: #87002B;
}
.TagClassName
{
border-color: #87002B;
}
</style>