Shades of Burgundy #870930
Tints of Burgundy #870930
RGB
CMYK
RGB Variations
Color information
#870930 (or 0x870930) is known color: Burgundy. HEX triplet: 87, 09 and 30. RGB value is (135,9,48). Sum of RGB (Red+Green+Blue) = 135+9+48=192 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.31% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 135 - color contains mainly: red. Hex color #870930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870930 is #78F6CF. Grayscale: #333333. Windows color (decimal): -7927504 or 3148167. OLE color: 3148167.
HSL color Cylindrical-coordinate representation of color #870930: hue angle of 341.43º 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 #870930 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 48 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.47 |
| HSL | 341.43º | 0.88% | 0.28% | - |
| HSV(B) | 341.43º | 0.93% | 0.53% | - |
| XYZ | 10.62 | 5.56 | 3.31 | - |
| YUV | 51.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 48 | 0 | 0.93 | 0.64 | 0.47 | 341.43 | 0.88 | 0.28 |
| Hex | 87 | 9 | 30 | 0 | 5D | 40 | 2F | 155 | 58 | 1C |
| Octal | 207 | 11 | 60 | 0 | 135 | 100 | 57 | 525 | 130 | 34 |
| Binary | 10000111 | 1001 | 110000 | 0 | 1011101 | 1000000 | 101111 | 101010101 | 1011000 | 11100 |
Color Harmonies of #870930
Complementary color
Monochromatic Colors of #870930
Black with #870930
Text Example
Text Example
White with #870930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870930; }
p { color: rgb(135,9,48); }
H1.HeaderClassName
{
color: #870930;
}
.AnyTagClassName
{
color: #870930;
}
</style>
background-color css
<style>
a { background-color: #870930; }
a { background-color: rgb(135,9,48); }
div.DivClassName
{
background-color: #870930;
}
.BgClassName
{
background-color: #870930;
}
</style>
border-color css
<style>
span { border-color: #870930; }
span { border-color: rgb(135,9,48); }
td.TdClassName
{
border-color: #870930;
}
.TagClassName
{
border-color: #870930;
}
</style>