Shades of Burgundy #620121
Tints of Burgundy #620121
RGB
CMYK
RGB Variations
Color information
#620121 (or 0x620121) is known color: Burgundy. HEX triplet: 62, 01 and 21. RGB value is (98,1,33). Sum of RGB (Red+Green+Blue) = 98+1+33=132 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.24% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 98 - color contains mainly: red. Hex color #620121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620121 is #9DFEDE. Grayscale: #212121. Windows color (decimal): -10354399 or 2163042. OLE color: 2163042.
HSL color Cylindrical-coordinate representation of color #620121: hue angle of 340.21º 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 #620121 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.62 |
| HSL | 340.21º | 0.98% | 0.19% | - |
| HSV(B) | 340.21º | 0.99% | 0.38% | - |
| XYZ | 5.32 | 2.73 | 1.68 | - |
| YUV | 33.65 | 127.64 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 33 | 0 | 0.99 | 0.66 | 0.62 | 340.21 | 0.98 | 0.19 |
| Hex | 62 | 1 | 21 | 0 | 63 | 42 | 3E | 154 | 62 | 13 |
| Octal | 142 | 1 | 41 | 0 | 143 | 102 | 76 | 524 | 142 | 23 |
| Binary | 1100010 | 1 | 100001 | 0 | 1100011 | 1000010 | 111110 | 101010100 | 1100010 | 10011 |
Color Harmonies of #620121
Complementary color
Monochromatic Colors of #620121
Black with #620121
Text Example
Text Example
White with #620121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620121; }
p { color: rgb(98,1,33); }
H1.HeaderClassName
{
color: #620121;
}
.AnyTagClassName
{
color: #620121;
}
</style>
background-color css
<style>
a { background-color: #620121; }
a { background-color: rgb(98,1,33); }
div.DivClassName
{
background-color: #620121;
}
.BgClassName
{
background-color: #620121;
}
</style>
border-color css
<style>
span { border-color: #620121; }
span { border-color: rgb(98,1,33); }
td.TdClassName
{
border-color: #620121;
}
.TagClassName
{
border-color: #620121;
}
</style>