Shades of Burgundy #870033
Tints of Burgundy #870033
RGB
CMYK
RGB Variations
Color information
#870033 (or 0x870033) is known color: Burgundy. HEX triplet: 87, 00 and 33. RGB value is (135,0,51). Sum of RGB (Red+Green+Blue) = 135+0+51=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 51 (20.31% from 255 or 27.42% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #870033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870033 is #78FFCC. Grayscale: #2E2E2E. Windows color (decimal): -7929805 or 3342471. OLE color: 3342471.
HSL color Cylindrical-coordinate representation of color #870033: hue angle of 337.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870033 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.62 | 0.47 |
| HSL | 337.33º | 1% | 0.26% | - |
| HSV(B) | 337.33º | 1% | 0.53% | - |
| XYZ | 10.59 | 5.39 | 3.61 | - |
| YUV | 46.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 51 | 0 | 1 | 0.62 | 0.47 | 337.33 | 1 | 0.26 |
| Hex | 87 | 0 | 33 | 0 | 64 | 3E | 2F | 151 | 64 | 1A |
| Octal | 207 | 0 | 63 | 0 | 144 | 76 | 57 | 521 | 144 | 32 |
| Binary | 10000111 | 0 | 110011 | 0 | 1100100 | 111110 | 101111 | 101010001 | 1100100 | 11010 |
Color Harmonies of #870033
Complementary color
Monochromatic Colors of #870033
Black with #870033
Text Example
Text Example
White with #870033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870033; }
p { color: rgb(135,0,51); }
H1.HeaderClassName
{
color: #870033;
}
.AnyTagClassName
{
color: #870033;
}
</style>
background-color css
<style>
a { background-color: #870033; }
a { background-color: rgb(135,0,51); }
div.DivClassName
{
background-color: #870033;
}
.BgClassName
{
background-color: #870033;
}
</style>
border-color css
<style>
span { border-color: #870033; }
span { border-color: rgb(135,0,51); }
td.TdClassName
{
border-color: #870033;
}
.TagClassName
{
border-color: #870033;
}
</style>