Shades of Burgundy #870733
Tints of Burgundy #870733
RGB
CMYK
RGB Variations
Color information
#870733 (or 0x870733) is known color: Burgundy. HEX triplet: 87, 07 and 33. RGB value is (135,7,51). Sum of RGB (Red+Green+Blue) = 135+7+51=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #870733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870733 is #78F8CC. Grayscale: #323232. Windows color (decimal): -7928013 or 3344263. OLE color: 3344263.
HSL color Cylindrical-coordinate representation of color #870733: hue angle of 339.38º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870733 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 7 | 51 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.47 |
| HSL | 339.38º | 0.9% | 0.28% | - |
| HSV(B) | 339.38º | 0.95% | 0.53% | - |
| XYZ | 10.67 | 5.54 | 3.64 | - |
| YUV | 50.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 7 | 51 | 0 | 0.95 | 0.62 | 0.47 | 339.38 | 0.9 | 0.28 |
| Hex | 87 | 7 | 33 | 0 | 5F | 3E | 2F | 153 | 5A | 1C |
| Octal | 207 | 7 | 63 | 0 | 137 | 76 | 57 | 523 | 132 | 34 |
| Binary | 10000111 | 111 | 110011 | 0 | 1011111 | 111110 | 101111 | 101010011 | 1011010 | 11100 |
Color Harmonies of #870733
Complementary color
Monochromatic Colors of #870733
Black with #870733
Text Example
Text Example
White with #870733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870733; }
p { color: rgb(135,7,51); }
H1.HeaderClassName
{
color: #870733;
}
.AnyTagClassName
{
color: #870733;
}
</style>
background-color css
<style>
a { background-color: #870733; }
a { background-color: rgb(135,7,51); }
div.DivClassName
{
background-color: #870733;
}
.BgClassName
{
background-color: #870733;
}
</style>
border-color css
<style>
span { border-color: #870733; }
span { border-color: rgb(135,7,51); }
td.TdClassName
{
border-color: #870733;
}
.TagClassName
{
border-color: #870733;
}
</style>