Shades of Burgundy #87101B
Tints of Burgundy #87101B
RGB
CMYK
RGB Variations
Color information
#87101B (or 0x87101B) is known color: Burgundy. HEX triplet: 87, 10 and 1B. RGB value is (135,16,27). Sum of RGB (Red+Green+Blue) = 135+16+27=178 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.84% from 178); Green value is 16 (6.64% from 255 or 8.99% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 135 - color contains mainly: red. Hex color #87101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87101B is #78EFE4. Grayscale: #343434. Windows color (decimal): -7925733 or 1773703. OLE color: 1773703.
HSL color Cylindrical-coordinate representation of color #87101B: hue angle of 354.45º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87101B is Cyan = 0, Magento = 0.88, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 27 | - |
| CMYK | 0 | 0.88 | 0.8 | 0.47 |
| HSL | 354.45º | 0.79% | 0.3% | - |
| HSV(B) | 354.45º | 0.88% | 0.53% | - |
| XYZ | 10.37 | 5.6 | 1.57 | - |
| YUV | 52.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 27 | 0 | 0.88 | 0.8 | 0.47 | 354.45 | 0.79 | 0.3 |
| Hex | 87 | 10 | 1B | 0 | 58 | 50 | 2F | 162 | 4F | 1E |
| Octal | 207 | 20 | 33 | 0 | 130 | 120 | 57 | 542 | 117 | 36 |
| Binary | 10000111 | 10000 | 11011 | 0 | 1011000 | 1010000 | 101111 | 101100010 | 1001111 | 11110 |
Color Harmonies of #87101B
Complementary color
Monochromatic Colors of #87101B
Black with #87101B
Text Example
Text Example
White with #87101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87101B; }
p { color: rgb(135,16,27); }
H1.HeaderClassName
{
color: #87101B;
}
.AnyTagClassName
{
color: #87101B;
}
</style>
background-color css
<style>
a { background-color: #87101B; }
a { background-color: rgb(135,16,27); }
div.DivClassName
{
background-color: #87101B;
}
.BgClassName
{
background-color: #87101B;
}
</style>
border-color css
<style>
span { border-color: #87101B; }
span { border-color: rgb(135,16,27); }
td.TdClassName
{
border-color: #87101B;
}
.TagClassName
{
border-color: #87101B;
}
</style>