Shades of Burgundy #870C1B
Tints of Burgundy #870C1B
RGB
CMYK
RGB Variations
Color information
#870C1B (or 0x870C1B) is known color: Burgundy. HEX triplet: 87, 0C and 1B. RGB value is (135,12,27). Sum of RGB (Red+Green+Blue) = 135+12+27=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #870C1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C1B is #78F3E4. Grayscale: #323232. Windows color (decimal): -7926757 or 1772679. OLE color: 1772679.
HSL color Cylindrical-coordinate representation of color #870C1B: hue angle of 352.68º 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 #870C1B is Cyan = 0, Magento = 0.91, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 27 | - |
| CMYK | 0 | 0.91 | 0.8 | 0.47 |
| HSL | 352.68º | 0.84% | 0.29% | - |
| HSV(B) | 352.68º | 0.91% | 0.53% | - |
| XYZ | 10.32 | 5.49 | 1.55 | - |
| YUV | 50.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 27 | 0 | 0.91 | 0.8 | 0.47 | 352.68 | 0.84 | 0.29 |
| Hex | 87 | C | 1B | 0 | 5B | 50 | 2F | 161 | 54 | 1D |
| Octal | 207 | 14 | 33 | 0 | 133 | 120 | 57 | 541 | 124 | 35 |
| Binary | 10000111 | 1100 | 11011 | 0 | 1011011 | 1010000 | 101111 | 101100001 | 1010100 | 11101 |
Color Harmonies of #870C1B
Complementary color
Monochromatic Colors of #870C1B
Black with #870C1B
Text Example
Text Example
White with #870C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C1B; }
p { color: rgb(135,12,27); }
H1.HeaderClassName
{
color: #870C1B;
}
.AnyTagClassName
{
color: #870C1B;
}
</style>
background-color css
<style>
a { background-color: #870C1B; }
a { background-color: rgb(135,12,27); }
div.DivClassName
{
background-color: #870C1B;
}
.BgClassName
{
background-color: #870C1B;
}
</style>
border-color css
<style>
span { border-color: #870C1B; }
span { border-color: rgb(135,12,27); }
td.TdClassName
{
border-color: #870C1B;
}
.TagClassName
{
border-color: #870C1B;
}
</style>