Shades of Burgundy #87001C
Tints of Burgundy #87001C
RGB
CMYK
RGB Variations
Color information
#87001C (or 0x87001C) is known color: Burgundy. HEX triplet: 87, 00 and 1C. RGB value is (135,0,28). Sum of RGB (Red+Green+Blue) = 135+0+28=163 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.82% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 135 - color contains mainly: red. Hex color #87001C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87001C is #78FFE3. Grayscale: #2B2B2B. Windows color (decimal): -7929828 or 1835143. OLE color: 1835143.
HSL color Cylindrical-coordinate representation of color #87001C: hue angle of 347.56º 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 #87001C is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.79 | 0.47 |
| HSL | 347.56º | 1% | 0.26% | - |
| HSV(B) | 347.56º | 1% | 0.53% | - |
| XYZ | 10.2 | 5.23 | 1.57 | - |
| YUV | 43.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 28 | 0 | 1 | 0.79 | 0.47 | 347.56 | 1 | 0.26 |
| Hex | 87 | 0 | 1C | 0 | 64 | 4F | 2F | 15C | 64 | 1A |
| Octal | 207 | 0 | 34 | 0 | 144 | 117 | 57 | 534 | 144 | 32 |
| Binary | 10000111 | 0 | 11100 | 0 | 1100100 | 1001111 | 101111 | 101011100 | 1100100 | 11010 |
Color Harmonies of #87001C
Complementary color
Monochromatic Colors of #87001C
Black with #87001C
Text Example
Text Example
White with #87001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87001C; }
p { color: rgb(135,0,28); }
H1.HeaderClassName
{
color: #87001C;
}
.AnyTagClassName
{
color: #87001C;
}
</style>
background-color css
<style>
a { background-color: #87001C; }
a { background-color: rgb(135,0,28); }
div.DivClassName
{
background-color: #87001C;
}
.BgClassName
{
background-color: #87001C;
}
</style>
border-color css
<style>
span { border-color: #87001C; }
span { border-color: rgb(135,0,28); }
td.TdClassName
{
border-color: #87001C;
}
.TagClassName
{
border-color: #87001C;
}
</style>