Shades of Burgundy #87023A
Tints of Burgundy #87023A
RGB
CMYK
RGB Variations
Color information
#87023A (or 0x87023A) is known color: Burgundy. HEX triplet: 87, 02 and 3A. RGB value is (135,2,58). Sum of RGB (Red+Green+Blue) = 135+2+58=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #87023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87023A is #78FDC5. Grayscale: #303030. Windows color (decimal): -7929286 or 3801735. OLE color: 3801735.
HSL color Cylindrical-coordinate representation of color #87023A: hue angle of 334.74º degrees, saturation: 0.97, 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 #87023A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 2 | 58 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.47 |
| HSL | 334.74º | 0.97% | 0.27% | - |
| HSV(B) | 334.74º | 0.99% | 0.53% | - |
| XYZ | 10.78 | 5.5 | 4.5 | - |
| YUV | 48.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 2 | 58 | 0 | 0.99 | 0.57 | 0.47 | 334.74 | 0.97 | 0.27 |
| Hex | 87 | 2 | 3A | 0 | 63 | 39 | 2F | 14F | 61 | 1B |
| Octal | 207 | 2 | 72 | 0 | 143 | 71 | 57 | 517 | 141 | 33 |
| Binary | 10000111 | 10 | 111010 | 0 | 1100011 | 111001 | 101111 | 101001111 | 1100001 | 11011 |
Color Harmonies of #87023A
Complementary color
Monochromatic Colors of #87023A
Black with #87023A
Text Example
Text Example
White with #87023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87023A; }
p { color: rgb(135,2,58); }
H1.HeaderClassName
{
color: #87023A;
}
.AnyTagClassName
{
color: #87023A;
}
</style>
background-color css
<style>
a { background-color: #87023A; }
a { background-color: rgb(135,2,58); }
div.DivClassName
{
background-color: #87023A;
}
.BgClassName
{
background-color: #87023A;
}
</style>
border-color css
<style>
span { border-color: #87023A; }
span { border-color: rgb(135,2,58); }
td.TdClassName
{
border-color: #87023A;
}
.TagClassName
{
border-color: #87023A;
}
</style>