Shades of Burgundy #870B32
Tints of Burgundy #870B32
RGB
CMYK
RGB Variations
Color information
#870B32 (or 0x870B32) is known color: Burgundy. HEX triplet: 87, 0B and 32. RGB value is (135,11,50). Sum of RGB (Red+Green+Blue) = 135+11+50=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #870B32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B32 is #78F4CD. Grayscale: #343434. Windows color (decimal): -7926990 or 3279751. OLE color: 3279751.
HSL color Cylindrical-coordinate representation of color #870B32: hue angle of 341.13º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B32 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 50 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.47 |
| HSL | 341.13º | 0.85% | 0.29% | - |
| HSV(B) | 341.13º | 0.92% | 0.53% | - |
| XYZ | 10.69 | 5.62 | 3.54 | - |
| YUV | 52.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 50 | 0 | 0.92 | 0.63 | 0.47 | 341.13 | 0.85 | 0.29 |
| Hex | 87 | B | 32 | 0 | 5C | 3F | 2F | 155 | 55 | 1D |
| Octal | 207 | 13 | 62 | 0 | 134 | 77 | 57 | 525 | 125 | 35 |
| Binary | 10000111 | 1011 | 110010 | 0 | 1011100 | 111111 | 101111 | 101010101 | 1010101 | 11101 |
Color Harmonies of #870B32
Complementary color
Monochromatic Colors of #870B32
Black with #870B32
Text Example
Text Example
White with #870B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B32; }
p { color: rgb(135,11,50); }
H1.HeaderClassName
{
color: #870B32;
}
.AnyTagClassName
{
color: #870B32;
}
</style>
background-color css
<style>
a { background-color: #870B32; }
a { background-color: rgb(135,11,50); }
div.DivClassName
{
background-color: #870B32;
}
.BgClassName
{
background-color: #870B32;
}
</style>
border-color css
<style>
span { border-color: #870B32; }
span { border-color: rgb(135,11,50); }
td.TdClassName
{
border-color: #870B32;
}
.TagClassName
{
border-color: #870B32;
}
</style>