Shades of Burgundy #870C1A
Tints of Burgundy #870C1A
RGB
CMYK
RGB Variations
Color information
#870C1A (or 0x870C1A) is known color: Burgundy. HEX triplet: 87, 0C and 1A. RGB value is (135,12,26). Sum of RGB (Red+Green+Blue) = 135+12+26=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #870C1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C1A is #78F3E5. Grayscale: #323232. Windows color (decimal): -7926758 or 1707143. OLE color: 1707143.
HSL color Cylindrical-coordinate representation of color #870C1A: hue angle of 353.17º 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 #870C1A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 26 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.47 |
| HSL | 353.17º | 0.84% | 0.29% | - |
| HSV(B) | 353.17º | 0.91% | 0.53% | - |
| XYZ | 10.31 | 5.49 | 1.49 | - |
| YUV | 50.37 | 114.25 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 26 | 0 | 0.91 | 0.81 | 0.47 | 353.17 | 0.84 | 0.29 |
| Hex | 87 | C | 1A | 0 | 5B | 51 | 2F | 161 | 54 | 1D |
| Octal | 207 | 14 | 32 | 0 | 133 | 121 | 57 | 541 | 124 | 35 |
| Binary | 10000111 | 1100 | 11010 | 0 | 1011011 | 1010001 | 101111 | 101100001 | 1010100 | 11101 |
Color Harmonies of #870C1A
Complementary color
Monochromatic Colors of #870C1A
Black with #870C1A
Text Example
Text Example
White with #870C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C1A; }
p { color: rgb(135,12,26); }
H1.HeaderClassName
{
color: #870C1A;
}
.AnyTagClassName
{
color: #870C1A;
}
</style>
background-color css
<style>
a { background-color: #870C1A; }
a { background-color: rgb(135,12,26); }
div.DivClassName
{
background-color: #870C1A;
}
.BgClassName
{
background-color: #870C1A;
}
</style>
border-color css
<style>
span { border-color: #870C1A; }
span { border-color: rgb(135,12,26); }
td.TdClassName
{
border-color: #870C1A;
}
.TagClassName
{
border-color: #870C1A;
}
</style>