Shades of Burgundy #871033
Tints of Burgundy #871033
RGB
CMYK
RGB Variations
Color information
#871033 (or 0x871033) is known color: Burgundy. HEX triplet: 87, 10 and 33. RGB value is (135,16,51). Sum of RGB (Red+Green+Blue) = 135+16+51=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #871033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871033 is #78EFCC. Grayscale: #373737. Windows color (decimal): -7925709 or 3346567. OLE color: 3346567.
HSL color Cylindrical-coordinate representation of color #871033: hue angle of 342.35º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871033 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 16 | 51 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.47 |
| HSL | 342.35º | 0.79% | 0.3% | - |
| HSV(B) | 342.35º | 0.88% | 0.53% | - |
| XYZ | 10.77 | 5.76 | 3.68 | - |
| YUV | 55.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 16 | 51 | 0 | 0.88 | 0.62 | 0.47 | 342.35 | 0.79 | 0.3 |
| Hex | 87 | 10 | 33 | 0 | 58 | 3E | 2F | 156 | 4F | 1E |
| Octal | 207 | 20 | 63 | 0 | 130 | 76 | 57 | 526 | 117 | 36 |
| Binary | 10000111 | 10000 | 110011 | 0 | 1011000 | 111110 | 101111 | 101010110 | 1001111 | 11110 |
Color Harmonies of #871033
Complementary color
Monochromatic Colors of #871033
Black with #871033
Text Example
Text Example
White with #871033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871033; }
p { color: rgb(135,16,51); }
H1.HeaderClassName
{
color: #871033;
}
.AnyTagClassName
{
color: #871033;
}
</style>
background-color css
<style>
a { background-color: #871033; }
a { background-color: rgb(135,16,51); }
div.DivClassName
{
background-color: #871033;
}
.BgClassName
{
background-color: #871033;
}
</style>
border-color css
<style>
span { border-color: #871033; }
span { border-color: rgb(135,16,51); }
td.TdClassName
{
border-color: #871033;
}
.TagClassName
{
border-color: #871033;
}
</style>