Shades of Burgundy #870538
Tints of Burgundy #870538
RGB
CMYK
RGB Variations
Color information
#870538 (or 0x870538) is known color: Burgundy. HEX triplet: 87, 05 and 38. RGB value is (135,5,56). Sum of RGB (Red+Green+Blue) = 135+5+56=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #870538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870538 is #78FAC7. Grayscale: #313131. Windows color (decimal): -7928520 or 3671431. OLE color: 3671431.
HSL color Cylindrical-coordinate representation of color #870538: hue angle of 336.46º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870538 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 5 | 56 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.47 |
| HSL | 336.46º | 0.93% | 0.27% | - |
| HSV(B) | 336.46º | 0.96% | 0.53% | - |
| XYZ | 10.76 | 5.54 | 4.24 | - |
| YUV | 49.68 | 131.57 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 56 | 0 | 0.96 | 0.59 | 0.47 | 336.46 | 0.93 | 0.27 |
| Hex | 87 | 5 | 38 | 0 | 60 | 3B | 2F | 150 | 5D | 1B |
| Octal | 207 | 5 | 70 | 0 | 140 | 73 | 57 | 520 | 135 | 33 |
| Binary | 10000111 | 101 | 111000 | 0 | 1100000 | 111011 | 101111 | 101010000 | 1011101 | 11011 |
Color Harmonies of #870538
Complementary color
Monochromatic Colors of #870538
Black with #870538
Text Example
Text Example
White with #870538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870538; }
p { color: rgb(135,5,56); }
H1.HeaderClassName
{
color: #870538;
}
.AnyTagClassName
{
color: #870538;
}
</style>
background-color css
<style>
a { background-color: #870538; }
a { background-color: rgb(135,5,56); }
div.DivClassName
{
background-color: #870538;
}
.BgClassName
{
background-color: #870538;
}
</style>
border-color css
<style>
span { border-color: #870538; }
span { border-color: rgb(135,5,56); }
td.TdClassName
{
border-color: #870538;
}
.TagClassName
{
border-color: #870538;
}
</style>