Shades of Burgundy #860322
Tints of Burgundy #860322
RGB
CMYK
RGB Variations
Color information
#860322 (or 0x860322) is known color: Burgundy. HEX triplet: 86, 03 and 22. RGB value is (134,3,34). Sum of RGB (Red+Green+Blue) = 134+3+34=171 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.36% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 134 - color contains mainly: red. Hex color #860322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860322 is #79FCDD. Grayscale: #2D2D2D. Windows color (decimal): -7994590 or 2229126. OLE color: 2229126.
HSL color Cylindrical-coordinate representation of color #860322: hue angle of 345.8º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860322 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 34 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.47 |
| HSL | 345.8º | 0.96% | 0.27% | - |
| HSV(B) | 345.8º | 0.98% | 0.53% | - |
| XYZ | 10.15 | 5.25 | 1.99 | - |
| YUV | 45.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 34 | 0 | 0.98 | 0.75 | 0.47 | 345.8 | 0.96 | 0.27 |
| Hex | 86 | 3 | 22 | 0 | 62 | 4B | 2F | 15A | 60 | 1B |
| Octal | 206 | 3 | 42 | 0 | 142 | 113 | 57 | 532 | 140 | 33 |
| Binary | 10000110 | 11 | 100010 | 0 | 1100010 | 1001011 | 101111 | 101011010 | 1100000 | 11011 |
Color Harmonies of #860322
Complementary color
Monochromatic Colors of #860322
Black with #860322
Text Example
Text Example
White with #860322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860322; }
p { color: rgb(134,3,34); }
H1.HeaderClassName
{
color: #860322;
}
.AnyTagClassName
{
color: #860322;
}
</style>
background-color css
<style>
a { background-color: #860322; }
a { background-color: rgb(134,3,34); }
div.DivClassName
{
background-color: #860322;
}
.BgClassName
{
background-color: #860322;
}
</style>
border-color css
<style>
span { border-color: #860322; }
span { border-color: rgb(134,3,34); }
td.TdClassName
{
border-color: #860322;
}
.TagClassName
{
border-color: #860322;
}
</style>