Shades of Burgundy #870028
Tints of Burgundy #870028
RGB
CMYK
RGB Variations
Color information
#870028 (or 0x870028) is known color: Burgundy. HEX triplet: 87, 00 and 28. RGB value is (135,0,40). Sum of RGB (Red+Green+Blue) = 135+0+40=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #870028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870028 is #78FFD7. Grayscale: #2C2C2C. Windows color (decimal): -7929816 or 2621575. OLE color: 2621575.
HSL color Cylindrical-coordinate representation of color #870028: hue angle of 342.22º 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 #870028 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.70 | 0.47 |
| HSL | 342.22º | 1% | 0.26% | - |
| HSV(B) | 342.22º | 1% | 0.53% | - |
| XYZ | 10.37 | 5.3 | 2.48 | - |
| YUV | 44.93 | 125.23 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 40 | 0 | 1 | 0.70 | 0.47 | 342.22 | 1 | 0.26 |
| Hex | 87 | 0 | 28 | 0 | 64 | 46 | 2F | 156 | 64 | 1A |
| Octal | 207 | 0 | 50 | 0 | 144 | 106 | 57 | 526 | 144 | 32 |
| Binary | 10000111 | 0 | 101000 | 0 | 1100100 | 1000110 | 101111 | 101010110 | 1100100 | 11010 |
Color Harmonies of #870028
Complementary color
Monochromatic Colors of #870028
Black with #870028
Text Example
Text Example
White with #870028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870028; }
p { color: rgb(135,0,40); }
H1.HeaderClassName
{
color: #870028;
}
.AnyTagClassName
{
color: #870028;
}
</style>
background-color css
<style>
a { background-color: #870028; }
a { background-color: rgb(135,0,40); }
div.DivClassName
{
background-color: #870028;
}
.BgClassName
{
background-color: #870028;
}
</style>
border-color css
<style>
span { border-color: #870028; }
span { border-color: rgb(135,0,40); }
td.TdClassName
{
border-color: #870028;
}
.TagClassName
{
border-color: #870028;
}
</style>