Shades of Burgundy #871327
Tints of Burgundy #871327
RGB
CMYK
RGB Variations
Color information
#871327 (or 0x871327) is known color: Burgundy. HEX triplet: 87, 13 and 27. RGB value is (135,19,39). Sum of RGB (Red+Green+Blue) = 135+19+39=193 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.95% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 135 - color contains mainly: red. Hex color #871327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871327 is #78ECD8. Grayscale: #383838. Windows color (decimal): -7924953 or 2560903. OLE color: 2560903.
HSL color Cylindrical-coordinate representation of color #871327: hue angle of 349.66º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871327 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 19 | 39 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.47 |
| HSL | 349.66º | 0.75% | 0.3% | - |
| HSV(B) | 349.66º | 0.86% | 0.53% | - |
| XYZ | 10.59 | 5.76 | 2.47 | - |
| YUV | 55.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 19 | 39 | 0 | 0.86 | 0.71 | 0.47 | 349.66 | 0.75 | 0.3 |
| Hex | 87 | 13 | 27 | 0 | 56 | 47 | 2F | 15E | 4B | 1E |
| Octal | 207 | 23 | 47 | 0 | 126 | 107 | 57 | 536 | 113 | 36 |
| Binary | 10000111 | 10011 | 100111 | 0 | 1010110 | 1000111 | 101111 | 101011110 | 1001011 | 11110 |
Color Harmonies of #871327
Complementary color
Monochromatic Colors of #871327
Black with #871327
Text Example
Text Example
White with #871327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871327; }
p { color: rgb(135,19,39); }
H1.HeaderClassName
{
color: #871327;
}
.AnyTagClassName
{
color: #871327;
}
</style>
background-color css
<style>
a { background-color: #871327; }
a { background-color: rgb(135,19,39); }
div.DivClassName
{
background-color: #871327;
}
.BgClassName
{
background-color: #871327;
}
</style>
border-color css
<style>
span { border-color: #871327; }
span { border-color: rgb(135,19,39); }
td.TdClassName
{
border-color: #871327;
}
.TagClassName
{
border-color: #871327;
}
</style>