Shades of Burgundy #870B34
Tints of Burgundy #870B34
RGB
CMYK
RGB Variations
Color information
#870B34 (or 0x870B34) is known color: Burgundy. HEX triplet: 87, 0B and 34. RGB value is (135,11,52). Sum of RGB (Red+Green+Blue) = 135+11+52=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #870B34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B34 is #78F4CB. Grayscale: #343434. Windows color (decimal): -7926988 or 3410823. OLE color: 3410823.
HSL color Cylindrical-coordinate representation of color #870B34: hue angle of 340.16º 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 #870B34 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 52 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.47 |
| HSL | 340.16º | 0.85% | 0.29% | - |
| HSV(B) | 340.16º | 0.92% | 0.53% | - |
| XYZ | 10.73 | 5.64 | 3.77 | - |
| YUV | 52.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 52 | 0 | 0.92 | 0.61 | 0.47 | 340.16 | 0.85 | 0.29 |
| Hex | 87 | B | 34 | 0 | 5C | 3D | 2F | 154 | 55 | 1D |
| Octal | 207 | 13 | 64 | 0 | 134 | 75 | 57 | 524 | 125 | 35 |
| Binary | 10000111 | 1011 | 110100 | 0 | 1011100 | 111101 | 101111 | 101010100 | 1010101 | 11101 |
Color Harmonies of #870B34
Complementary color
Monochromatic Colors of #870B34
Black with #870B34
Text Example
Text Example
White with #870B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B34; }
p { color: rgb(135,11,52); }
H1.HeaderClassName
{
color: #870B34;
}
.AnyTagClassName
{
color: #870B34;
}
</style>
background-color css
<style>
a { background-color: #870B34; }
a { background-color: rgb(135,11,52); }
div.DivClassName
{
background-color: #870B34;
}
.BgClassName
{
background-color: #870B34;
}
</style>
border-color css
<style>
span { border-color: #870B34; }
span { border-color: rgb(135,11,52); }
td.TdClassName
{
border-color: #870B34;
}
.TagClassName
{
border-color: #870B34;
}
</style>