Shades of Burgundy #870327
Tints of Burgundy #870327
RGB
CMYK
RGB Variations
Color information
#870327 (or 0x870327) is known color: Burgundy. HEX triplet: 87, 03 and 27. RGB value is (135,3,39). Sum of RGB (Red+Green+Blue) = 135+3+39=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870327 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870327 is #78FCD8. Grayscale: #2E2E2E. Windows color (decimal): -7929049 or 2556807. OLE color: 2556807.
HSL color Cylindrical-coordinate representation of color #870327: hue angle of 343.64º 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 #870327 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 3 | 39 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.47 |
| HSL | 343.64º | 0.96% | 0.27% | - |
| HSV(B) | 343.64º | 0.98% | 0.53% | - |
| XYZ | 10.39 | 5.36 | 2.41 | - |
| YUV | 46.57 | 123.73 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 3 | 39 | 0 | 0.98 | 0.71 | 0.47 | 343.64 | 0.96 | 0.27 |
| Hex | 87 | 3 | 27 | 0 | 62 | 47 | 2F | 158 | 60 | 1B |
| Octal | 207 | 3 | 47 | 0 | 142 | 107 | 57 | 530 | 140 | 33 |
| Binary | 10000111 | 11 | 100111 | 0 | 1100010 | 1000111 | 101111 | 101011000 | 1100000 | 11011 |
Color Harmonies of #870327
Complementary color
Monochromatic Colors of #870327
Black with #870327
Text Example
Text Example
White with #870327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870327; }
p { color: rgb(135,3,39); }
H1.HeaderClassName
{
color: #870327;
}
.AnyTagClassName
{
color: #870327;
}
</style>
background-color css
<style>
a { background-color: #870327; }
a { background-color: rgb(135,3,39); }
div.DivClassName
{
background-color: #870327;
}
.BgClassName
{
background-color: #870327;
}
</style>
border-color css
<style>
span { border-color: #870327; }
span { border-color: rgb(135,3,39); }
td.TdClassName
{
border-color: #870327;
}
.TagClassName
{
border-color: #870327;
}
</style>