Shades of Burgundy #870432
Tints of Burgundy #870432
RGB
CMYK
RGB Variations
Color information
#870432 (or 0x870432) is known color: Burgundy. HEX triplet: 87, 04 and 32. RGB value is (135,4,50). Sum of RGB (Red+Green+Blue) = 135+4+50=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #870432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870432 is #78FBCD. Grayscale: #303030. Windows color (decimal): -7928782 or 3277959. OLE color: 3277959.
HSL color Cylindrical-coordinate representation of color #870432: hue angle of 338.93º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870432 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 4 | 50 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.47 |
| HSL | 338.93º | 0.94% | 0.27% | - |
| HSV(B) | 338.93º | 0.97% | 0.53% | - |
| XYZ | 10.61 | 5.47 | 3.51 | - |
| YUV | 48.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 4 | 50 | 0 | 0.97 | 0.63 | 0.47 | 338.93 | 0.94 | 0.27 |
| Hex | 87 | 4 | 32 | 0 | 61 | 3F | 2F | 153 | 5E | 1B |
| Octal | 207 | 4 | 62 | 0 | 141 | 77 | 57 | 523 | 136 | 33 |
| Binary | 10000111 | 100 | 110010 | 0 | 1100001 | 111111 | 101111 | 101010011 | 1011110 | 11011 |
Color Harmonies of #870432
Complementary color
Monochromatic Colors of #870432
Black with #870432
Text Example
Text Example
White with #870432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870432; }
p { color: rgb(135,4,50); }
H1.HeaderClassName
{
color: #870432;
}
.AnyTagClassName
{
color: #870432;
}
</style>
background-color css
<style>
a { background-color: #870432; }
a { background-color: rgb(135,4,50); }
div.DivClassName
{
background-color: #870432;
}
.BgClassName
{
background-color: #870432;
}
</style>
border-color css
<style>
span { border-color: #870432; }
span { border-color: rgb(135,4,50); }
td.TdClassName
{
border-color: #870432;
}
.TagClassName
{
border-color: #870432;
}
</style>