Shades of Burgundy #610011
Tints of Burgundy #610011
RGB
CMYK
RGB Variations
Color information
#610011 (or 0x610011) is known color: Burgundy. HEX triplet: 61, 00 and 11. RGB value is (97,0,17). Sum of RGB (Red+Green+Blue) = 97+0+17=114 (15% of max value = 765). Red value is 97 (38.28% from 255 or 85.09% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 97 - color contains mainly: red. Hex color #610011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610011 is #9EFFEE. Grayscale: #1E1E1E. Windows color (decimal): -10420207 or 1114209. OLE color: 1114209.
HSL color Cylindrical-coordinate representation of color #610011: hue angle of 349.48º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610011 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.82 | 0.62 |
| HSL | 349.48º | 1% | 0.19% | - |
| HSV(B) | 349.48º | 1% | 0.38% | - |
| XYZ | 5.03 | 2.58 | 0.76 | - |
| YUV | 30.94 | 120.14 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 17 | 0 | 1 | 0.82 | 0.62 | 349.48 | 1 | 0.19 |
| Hex | 61 | 0 | 11 | 0 | 64 | 52 | 3E | 15D | 64 | 13 |
| Octal | 141 | 0 | 21 | 0 | 144 | 122 | 76 | 535 | 144 | 23 |
| Binary | 1100001 | 0 | 10001 | 0 | 1100100 | 1010010 | 111110 | 101011101 | 1100100 | 10011 |
Color Harmonies of #610011
Complementary color
Monochromatic Colors of #610011
Black with #610011
Text Example
Text Example
White with #610011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610011; }
p { color: rgb(97,0,17); }
H1.HeaderClassName
{
color: #610011;
}
.AnyTagClassName
{
color: #610011;
}
</style>
background-color css
<style>
a { background-color: #610011; }
a { background-color: rgb(97,0,17); }
div.DivClassName
{
background-color: #610011;
}
.BgClassName
{
background-color: #610011;
}
</style>
border-color css
<style>
span { border-color: #610011; }
span { border-color: rgb(97,0,17); }
td.TdClassName
{
border-color: #610011;
}
.TagClassName
{
border-color: #610011;
}
</style>