Shades of Burgundy #610120
Tints of Burgundy #610120
RGB
CMYK
RGB Variations
Color information
#610120 (or 0x610120) is known color: Burgundy. HEX triplet: 61, 01 and 20. RGB value is (97,1,32). Sum of RGB (Red+Green+Blue) = 97+1+32=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #610120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610120 is #9EFEDF. Grayscale: #212121. Windows color (decimal): -10419936 or 2097505. OLE color: 2097505.
HSL color Cylindrical-coordinate representation of color #610120: hue angle of 340.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610120 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 1 | 32 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.62 |
| HSL | 340.63º | 0.98% | 0.19% | - |
| HSV(B) | 340.63º | 0.99% | 0.38% | - |
| XYZ | 5.2 | 2.67 | 1.61 | - |
| YUV | 33.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 32 | 0 | 0.99 | 0.67 | 0.62 | 340.63 | 0.98 | 0.19 |
| Hex | 61 | 1 | 20 | 0 | 63 | 43 | 3E | 155 | 62 | 13 |
| Octal | 141 | 1 | 40 | 0 | 143 | 103 | 76 | 525 | 142 | 23 |
| Binary | 1100001 | 1 | 100000 | 0 | 1100011 | 1000011 | 111110 | 101010101 | 1100010 | 10011 |
Color Harmonies of #610120
Complementary color
Monochromatic Colors of #610120
Black with #610120
Text Example
Text Example
White with #610120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610120; }
p { color: rgb(97,1,32); }
H1.HeaderClassName
{
color: #610120;
}
.AnyTagClassName
{
color: #610120;
}
</style>
background-color css
<style>
a { background-color: #610120; }
a { background-color: rgb(97,1,32); }
div.DivClassName
{
background-color: #610120;
}
.BgClassName
{
background-color: #610120;
}
</style>
border-color css
<style>
span { border-color: #610120; }
span { border-color: rgb(97,1,32); }
td.TdClassName
{
border-color: #610120;
}
.TagClassName
{
border-color: #610120;
}
</style>