Shades of Burgundy #620122
Tints of Burgundy #620122
RGB
CMYK
RGB Variations
Color information
#620122 (or 0x620122) is known color: Burgundy. HEX triplet: 62, 01 and 22. RGB value is (98,1,34). Sum of RGB (Red+Green+Blue) = 98+1+34=133 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.68% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 98 - color contains mainly: red. Hex color #620122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620122 is #9DFEDD. Grayscale: #212121. Windows color (decimal): -10354398 or 2228578. OLE color: 2228578.
HSL color Cylindrical-coordinate representation of color #620122: hue angle of 339.59º 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 #620122 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.62 |
| HSL | 339.59º | 0.98% | 0.19% | - |
| HSV(B) | 339.59º | 0.99% | 0.38% | - |
| XYZ | 5.34 | 2.73 | 1.76 | - |
| YUV | 33.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 34 | 0 | 0.99 | 0.65 | 0.62 | 339.59 | 0.98 | 0.19 |
| Hex | 62 | 1 | 22 | 0 | 63 | 41 | 3E | 154 | 62 | 13 |
| Octal | 142 | 1 | 42 | 0 | 143 | 101 | 76 | 524 | 142 | 23 |
| Binary | 1100010 | 1 | 100010 | 0 | 1100011 | 1000001 | 111110 | 101010100 | 1100010 | 10011 |
Color Harmonies of #620122
Complementary color
Monochromatic Colors of #620122
Black with #620122
Text Example
Text Example
White with #620122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620122; }
p { color: rgb(98,1,34); }
H1.HeaderClassName
{
color: #620122;
}
.AnyTagClassName
{
color: #620122;
}
</style>
background-color css
<style>
a { background-color: #620122; }
a { background-color: rgb(98,1,34); }
div.DivClassName
{
background-color: #620122;
}
.BgClassName
{
background-color: #620122;
}
</style>
border-color css
<style>
span { border-color: #620122; }
span { border-color: rgb(98,1,34); }
td.TdClassName
{
border-color: #620122;
}
.TagClassName
{
border-color: #620122;
}
</style>