Shades of Burgundy #860C1B
Tints of Burgundy #860C1B
RGB
CMYK
RGB Variations
Color information
#860C1B (or 0x860C1B) is known color: Burgundy. HEX triplet: 86, 0C and 1B. RGB value is (134,12,27). Sum of RGB (Red+Green+Blue) = 134+12+27=173 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.46% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 134 - color contains mainly: red. Hex color #860C1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C1B is #79F3E4. Grayscale: #323232. Windows color (decimal): -7992293 or 1772678. OLE color: 1772678.
HSL color Cylindrical-coordinate representation of color #860C1B: hue angle of 352.62º 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 #860C1B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 27 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.47 |
| HSL | 352.62º | 0.84% | 0.29% | - |
| HSV(B) | 352.62º | 0.91% | 0.53% | - |
| XYZ | 10.16 | 5.41 | 1.55 | - |
| YUV | 50.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 27 | 0 | 0.91 | 0.80 | 0.47 | 352.62 | 0.84 | 0.29 |
| Hex | 86 | C | 1B | 0 | 5B | 50 | 2F | 161 | 54 | 1D |
| Octal | 206 | 14 | 33 | 0 | 133 | 120 | 57 | 541 | 124 | 35 |
| Binary | 10000110 | 1100 | 11011 | 0 | 1011011 | 1010000 | 101111 | 101100001 | 1010100 | 11101 |
Color Harmonies of #860C1B
Complementary color
Monochromatic Colors of #860C1B
Black with #860C1B
Text Example
Text Example
White with #860C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C1B; }
p { color: rgb(134,12,27); }
H1.HeaderClassName
{
color: #860C1B;
}
.AnyTagClassName
{
color: #860C1B;
}
</style>
background-color css
<style>
a { background-color: #860C1B; }
a { background-color: rgb(134,12,27); }
div.DivClassName
{
background-color: #860C1B;
}
.BgClassName
{
background-color: #860C1B;
}
</style>
border-color css
<style>
span { border-color: #860C1B; }
span { border-color: rgb(134,12,27); }
td.TdClassName
{
border-color: #860C1B;
}
.TagClassName
{
border-color: #860C1B;
}
</style>