Shades of Burgundy #870933
Tints of Burgundy #870933
RGB
CMYK
RGB Variations
Color information
#870933 (or 0x870933) is known color: Burgundy. HEX triplet: 87, 09 and 33. RGB value is (135,9,51). Sum of RGB (Red+Green+Blue) = 135+9+51=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 51 (20.31% from 255 or 26.15% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #870933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870933 is #78F6CC. Grayscale: #333333. Windows color (decimal): -7927501 or 3344775. OLE color: 3344775.
HSL color Cylindrical-coordinate representation of color #870933: hue angle of 340º 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 #870933 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 9 | 51 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.47 |
| HSL | 340º | 0.88% | 0.28% | - |
| HSV(B) | 340º | 0.93% | 0.53% | - |
| XYZ | 10.69 | 5.59 | 3.65 | - |
| YUV | 51.46 | 127.74 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 9 | 51 | 0 | 0.93 | 0.62 | 0.47 | 340 | 0.88 | 0.28 |
| Hex | 87 | 9 | 33 | 0 | 5D | 3E | 2F | 154 | 58 | 1C |
| Octal | 207 | 11 | 63 | 0 | 135 | 76 | 57 | 524 | 130 | 34 |
| Binary | 10000111 | 1001 | 110011 | 0 | 1011101 | 111110 | 101111 | 101010100 | 1011000 | 11100 |
Color Harmonies of #870933
Complementary color
Monochromatic Colors of #870933
Black with #870933
Text Example
Text Example
White with #870933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870933; }
p { color: rgb(135,9,51); }
H1.HeaderClassName
{
color: #870933;
}
.AnyTagClassName
{
color: #870933;
}
</style>
background-color css
<style>
a { background-color: #870933; }
a { background-color: rgb(135,9,51); }
div.DivClassName
{
background-color: #870933;
}
.BgClassName
{
background-color: #870933;
}
</style>
border-color css
<style>
span { border-color: #870933; }
span { border-color: rgb(135,9,51); }
td.TdClassName
{
border-color: #870933;
}
.TagClassName
{
border-color: #870933;
}
</style>