Shades of Burgundy #870127
Tints of Burgundy #870127
RGB
CMYK
RGB Variations
Color information
#870127 (or 0x870127) is known color: Burgundy. HEX triplet: 87, 01 and 27. RGB value is (135,1,39). Sum of RGB (Red+Green+Blue) = 135+1+39=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #870127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870127 is #78FED8. Grayscale: #2D2D2D. Windows color (decimal): -7929561 or 2556295. OLE color: 2556295.
HSL color Cylindrical-coordinate representation of color #870127: hue angle of 342.99º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870127 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.47 |
| HSL | 342.99º | 0.99% | 0.27% | - |
| HSV(B) | 342.99º | 0.99% | 0.53% | - |
| XYZ | 10.37 | 5.32 | 2.4 | - |
| YUV | 45.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 1 | 39 | 0 | 0.99 | 0.71 | 0.47 | 342.99 | 0.99 | 0.27 |
| Hex | 87 | 1 | 27 | 0 | 63 | 47 | 2F | 157 | 63 | 1B |
| Octal | 207 | 1 | 47 | 0 | 143 | 107 | 57 | 527 | 143 | 33 |
| Binary | 10000111 | 1 | 100111 | 0 | 1100011 | 1000111 | 101111 | 101010111 | 1100011 | 11011 |
Color Harmonies of #870127
Complementary color
Monochromatic Colors of #870127
Black with #870127
Text Example
Text Example
White with #870127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870127; }
p { color: rgb(135,1,39); }
H1.HeaderClassName
{
color: #870127;
}
.AnyTagClassName
{
color: #870127;
}
</style>
background-color css
<style>
a { background-color: #870127; }
a { background-color: rgb(135,1,39); }
div.DivClassName
{
background-color: #870127;
}
.BgClassName
{
background-color: #870127;
}
</style>
border-color css
<style>
span { border-color: #870127; }
span { border-color: rgb(135,1,39); }
td.TdClassName
{
border-color: #870127;
}
.TagClassName
{
border-color: #870127;
}
</style>