Shades of Burgundy #870331
Tints of Burgundy #870331
RGB
CMYK
RGB Variations
Color information
#870331 (or 0x870331) is known color: Burgundy. HEX triplet: 87, 03 and 31. RGB value is (135,3,49). Sum of RGB (Red+Green+Blue) = 135+3+49=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #870331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870331 is #78FCCE. Grayscale: #2F2F2F. Windows color (decimal): -7929039 or 3212167. OLE color: 3212167.
HSL color Cylindrical-coordinate representation of color #870331: hue angle of 339.09º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #870331 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.47 |
| HSL | 339.09º | 0.96% | 0.27% | - |
| HSV(B) | 339.09º | 0.98% | 0.53% | - |
| XYZ | 10.58 | 5.44 | 3.4 | - |
| YUV | 47.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 49 | 0 | 0.98 | 0.64 | 0.47 | 339.09 | 0.96 | 0.27 |
| Hex | 87 | 3 | 31 | 0 | 62 | 40 | 2F | 153 | 60 | 1B |
| Octal | 207 | 3 | 61 | 0 | 142 | 100 | 57 | 523 | 140 | 33 |
| Binary | 10000111 | 11 | 110001 | 0 | 1100010 | 1000000 | 101111 | 101010011 | 1100000 | 11011 |
Color Harmonies of #870331
Complementary color
Monochromatic Colors of #870331
Black with #870331
Text Example
Text Example
White with #870331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870331; }
p { color: rgb(135,3,49); }
H1.HeaderClassName
{
color: #870331;
}
.AnyTagClassName
{
color: #870331;
}
</style>
background-color css
<style>
a { background-color: #870331; }
a { background-color: rgb(135,3,49); }
div.DivClassName
{
background-color: #870331;
}
.BgClassName
{
background-color: #870331;
}
</style>
border-color css
<style>
span { border-color: #870331; }
span { border-color: rgb(135,3,49); }
td.TdClassName
{
border-color: #870331;
}
.TagClassName
{
border-color: #870331;
}
</style>