Shades of Burgundy #860C32
Tints of Burgundy #860C32
RGB
CMYK
RGB Variations
Color information
#860C32 (or 0x860C32) is known color: Burgundy. HEX triplet: 86, 0C and 32. RGB value is (134,12,50). Sum of RGB (Red+Green+Blue) = 134+12+50=196 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.37% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 134 - color contains mainly: red. Hex color #860C32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C32 is #79F3CD. Grayscale: #343434. Windows color (decimal): -7992270 or 3280006. OLE color: 3280006.
HSL color Cylindrical-coordinate representation of color #860C32: hue angle of 341.31º 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 #860C32 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 12 | 50 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.47 |
| HSL | 341.31º | 0.84% | 0.29% | - |
| HSV(B) | 341.31º | 0.91% | 0.53% | - |
| XYZ | 10.54 | 5.56 | 3.54 | - |
| YUV | 52.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 12 | 50 | 0 | 0.91 | 0.63 | 0.47 | 341.31 | 0.84 | 0.29 |
| Hex | 86 | C | 32 | 0 | 5B | 3F | 2F | 155 | 54 | 1D |
| Octal | 206 | 14 | 62 | 0 | 133 | 77 | 57 | 525 | 124 | 35 |
| Binary | 10000110 | 1100 | 110010 | 0 | 1011011 | 111111 | 101111 | 101010101 | 1010100 | 11101 |
Color Harmonies of #860C32
Complementary color
Monochromatic Colors of #860C32
Black with #860C32
Text Example
Text Example
White with #860C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860C32; }
p { color: rgb(134,12,50); }
H1.HeaderClassName
{
color: #860C32;
}
.AnyTagClassName
{
color: #860C32;
}
</style>
background-color css
<style>
a { background-color: #860C32; }
a { background-color: rgb(134,12,50); }
div.DivClassName
{
background-color: #860C32;
}
.BgClassName
{
background-color: #860C32;
}
</style>
border-color css
<style>
span { border-color: #860C32; }
span { border-color: rgb(134,12,50); }
td.TdClassName
{
border-color: #860C32;
}
.TagClassName
{
border-color: #860C32;
}
</style>