Shades of Burgundy #87082A
Tints of Burgundy #87082A
RGB
CMYK
RGB Variations
Color information
#87082A (or 0x87082A) is known color: Burgundy. HEX triplet: 87, 08 and 2A. RGB value is (135,8,42). Sum of RGB (Red+Green+Blue) = 135+8+42=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #87082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87082A is #78F7D5. Grayscale: #313131. Windows color (decimal): -7927766 or 2754695. OLE color: 2754695.
HSL color Cylindrical-coordinate representation of color #87082A: hue angle of 343.94º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87082A is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 8 | 42 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.47 |
| HSL | 343.94º | 0.89% | 0.28% | - |
| HSV(B) | 343.94º | 0.94% | 0.53% | - |
| XYZ | 10.5 | 5.49 | 2.7 | - |
| YUV | 49.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 42 | 0 | 0.94 | 0.69 | 0.47 | 343.94 | 0.89 | 0.28 |
| Hex | 87 | 8 | 2A | 0 | 5E | 45 | 2F | 158 | 59 | 1C |
| Octal | 207 | 10 | 52 | 0 | 136 | 105 | 57 | 530 | 131 | 34 |
| Binary | 10000111 | 1000 | 101010 | 0 | 1011110 | 1000101 | 101111 | 101011000 | 1011001 | 11100 |
Color Harmonies of #87082A
Complementary color
Monochromatic Colors of #87082A
Black with #87082A
Text Example
Text Example
White with #87082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87082A; }
p { color: rgb(135,8,42); }
H1.HeaderClassName
{
color: #87082A;
}
.AnyTagClassName
{
color: #87082A;
}
</style>
background-color css
<style>
a { background-color: #87082A; }
a { background-color: rgb(135,8,42); }
div.DivClassName
{
background-color: #87082A;
}
.BgClassName
{
background-color: #87082A;
}
</style>
border-color css
<style>
span { border-color: #87082A; }
span { border-color: rgb(135,8,42); }
td.TdClassName
{
border-color: #87082A;
}
.TagClassName
{
border-color: #87082A;
}
</style>