Shades of Burgundy #870D28
Tints of Burgundy #870D28
RGB
CMYK
RGB Variations
Color information
#870D28 (or 0x870D28) is known color: Burgundy. HEX triplet: 87, 0D and 28. RGB value is (135,13,40). Sum of RGB (Red+Green+Blue) = 135+13+40=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #870D28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D28 is #78F2D7. Grayscale: #343434. Windows color (decimal): -7926488 or 2624903. OLE color: 2624903.
HSL color Cylindrical-coordinate representation of color #870D28: hue angle of 346.72º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D28 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 40 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.47 |
| HSL | 346.72º | 0.82% | 0.29% | - |
| HSV(B) | 346.72º | 0.9% | 0.53% | - |
| XYZ | 10.52 | 5.59 | 2.53 | - |
| YUV | 52.56 | 120.92 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 40 | 0 | 0.90 | 0.70 | 0.47 | 346.72 | 0.82 | 0.29 |
| Hex | 87 | D | 28 | 0 | 5A | 46 | 2F | 15B | 52 | 1D |
| Octal | 207 | 15 | 50 | 0 | 132 | 106 | 57 | 533 | 122 | 35 |
| Binary | 10000111 | 1101 | 101000 | 0 | 1011010 | 1000110 | 101111 | 101011011 | 1010010 | 11101 |
Color Harmonies of #870D28
Complementary color
Monochromatic Colors of #870D28
Black with #870D28
Text Example
Text Example
White with #870D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D28; }
p { color: rgb(135,13,40); }
H1.HeaderClassName
{
color: #870D28;
}
.AnyTagClassName
{
color: #870D28;
}
</style>
background-color css
<style>
a { background-color: #870D28; }
a { background-color: rgb(135,13,40); }
div.DivClassName
{
background-color: #870D28;
}
.BgClassName
{
background-color: #870D28;
}
</style>
border-color css
<style>
span { border-color: #870D28; }
span { border-color: rgb(135,13,40); }
td.TdClassName
{
border-color: #870D28;
}
.TagClassName
{
border-color: #870D28;
}
</style>