Shades of Burgundy #620221
Tints of Burgundy #620221
RGB
CMYK
RGB Variations
Color information
#620221 (or 0x620221) is known color: Burgundy. HEX triplet: 62, 02 and 21. RGB value is (98,2,33). Sum of RGB (Red+Green+Blue) = 98+2+33=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #620221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620221 is #9DFDDE. Grayscale: #222222. Windows color (decimal): -10354143 or 2163298. OLE color: 2163298.
HSL color Cylindrical-coordinate representation of color #620221: hue angle of 340.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620221 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 33 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.62 |
| HSL | 340.63º | 0.96% | 0.2% | - |
| HSV(B) | 340.63º | 0.98% | 0.38% | - |
| XYZ | 5.33 | 2.75 | 1.69 | - |
| YUV | 34.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 33 | 0 | 0.98 | 0.66 | 0.62 | 340.63 | 0.96 | 0.2 |
| Hex | 62 | 2 | 21 | 0 | 62 | 42 | 3E | 155 | 60 | 14 |
| Octal | 142 | 2 | 41 | 0 | 142 | 102 | 76 | 525 | 140 | 24 |
| Binary | 1100010 | 10 | 100001 | 0 | 1100010 | 1000010 | 111110 | 101010101 | 1100000 | 10100 |
Color Harmonies of #620221
Complementary color
Monochromatic Colors of #620221
Black with #620221
Text Example
Text Example
White with #620221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620221; }
p { color: rgb(98,2,33); }
H1.HeaderClassName
{
color: #620221;
}
.AnyTagClassName
{
color: #620221;
}
</style>
background-color css
<style>
a { background-color: #620221; }
a { background-color: rgb(98,2,33); }
div.DivClassName
{
background-color: #620221;
}
.BgClassName
{
background-color: #620221;
}
</style>
border-color css
<style>
span { border-color: #620221; }
span { border-color: rgb(98,2,33); }
td.TdClassName
{
border-color: #620221;
}
.TagClassName
{
border-color: #620221;
}
</style>