Shades of Burgundy #870C32
Tints of Burgundy #870C32
RGB
CMYK
RGB Variations
Color information
#870C32 (or 0x870C32) is known color: Burgundy. HEX triplet: 87, 0C and 32. RGB value is (135,12,50). Sum of RGB (Red+Green+Blue) = 135+12+50=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #870C32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C32 is #78F3CD. Grayscale: #353535. Windows color (decimal): -7926734 or 3280007. OLE color: 3280007.
HSL color Cylindrical-coordinate representation of color #870C32: hue angle of 341.46º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C32 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 50 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.47 |
| HSL | 341.46º | 0.84% | 0.29% | - |
| HSV(B) | 341.46º | 0.91% | 0.53% | - |
| XYZ | 10.7 | 5.64 | 3.54 | - |
| YUV | 53.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 50 | 0 | 0.91 | 0.63 | 0.47 | 341.46 | 0.84 | 0.29 |
| Hex | 87 | C | 32 | 0 | 5B | 3F | 2F | 155 | 54 | 1D |
| Octal | 207 | 14 | 62 | 0 | 133 | 77 | 57 | 525 | 124 | 35 |
| Binary | 10000111 | 1100 | 110010 | 0 | 1011011 | 111111 | 101111 | 101010101 | 1010100 | 11101 |
Color Harmonies of #870C32
Complementary color
Monochromatic Colors of #870C32
Black with #870C32
Text Example
Text Example
White with #870C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C32; }
p { color: rgb(135,12,50); }
H1.HeaderClassName
{
color: #870C32;
}
.AnyTagClassName
{
color: #870C32;
}
</style>
background-color css
<style>
a { background-color: #870C32; }
a { background-color: rgb(135,12,50); }
div.DivClassName
{
background-color: #870C32;
}
.BgClassName
{
background-color: #870C32;
}
</style>
border-color css
<style>
span { border-color: #870C32; }
span { border-color: rgb(135,12,50); }
td.TdClassName
{
border-color: #870C32;
}
.TagClassName
{
border-color: #870C32;
}
</style>