Shades of Burgundy #870928
Tints of Burgundy #870928
RGB
CMYK
RGB Variations
Color information
#870928 (or 0x870928) is known color: Burgundy. HEX triplet: 87, 09 and 28. RGB value is (135,9,40). Sum of RGB (Red+Green+Blue) = 135+9+40=184 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.37% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 135 - color contains mainly: red. Hex color #870928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870928 is #78F6D7. Grayscale: #323232. Windows color (decimal): -7927512 or 2623879. OLE color: 2623879.
HSL color Cylindrical-coordinate representation of color #870928: hue angle of 345.24º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870928 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 40 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.47 |
| HSL | 345.24º | 0.88% | 0.28% | - |
| HSV(B) | 345.24º | 0.93% | 0.53% | - |
| XYZ | 10.47 | 5.5 | 2.52 | - |
| YUV | 50.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 40 | 0 | 0.93 | 0.70 | 0.47 | 345.24 | 0.88 | 0.28 |
| Hex | 87 | 9 | 28 | 0 | 5D | 46 | 2F | 159 | 58 | 1C |
| Octal | 207 | 11 | 50 | 0 | 135 | 106 | 57 | 531 | 130 | 34 |
| Binary | 10000111 | 1001 | 101000 | 0 | 1011101 | 1000110 | 101111 | 101011001 | 1011000 | 11100 |
Color Harmonies of #870928
Complementary color
Monochromatic Colors of #870928
Black with #870928
Text Example
Text Example
White with #870928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870928; }
p { color: rgb(135,9,40); }
H1.HeaderClassName
{
color: #870928;
}
.AnyTagClassName
{
color: #870928;
}
</style>
background-color css
<style>
a { background-color: #870928; }
a { background-color: rgb(135,9,40); }
div.DivClassName
{
background-color: #870928;
}
.BgClassName
{
background-color: #870928;
}
</style>
border-color css
<style>
span { border-color: #870928; }
span { border-color: rgb(135,9,40); }
td.TdClassName
{
border-color: #870928;
}
.TagClassName
{
border-color: #870928;
}
</style>