Shades of Burgundy #62021E
Tints of Burgundy #62021E
RGB
CMYK
RGB Variations
Color information
#62021E (or 0x62021E) is known color: Burgundy. HEX triplet: 62, 02 and 1E. RGB value is (98,2,30). Sum of RGB (Red+Green+Blue) = 98+2+30=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #62021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62021E is #9DFDE1. Grayscale: #212121. Windows color (decimal): -10354146 or 1966690. OLE color: 1966690.
HSL color Cylindrical-coordinate representation of color #62021E: hue angle of 342.5º 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 #62021E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 2 | 30 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.62 |
| HSL | 342.5º | 0.96% | 0.2% | - |
| HSV(B) | 342.5º | 0.98% | 0.38% | - |
| XYZ | 5.29 | 2.73 | 1.48 | - |
| YUV | 33.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 2 | 30 | 0 | 0.98 | 0.69 | 0.62 | 342.5 | 0.96 | 0.2 |
| Hex | 62 | 2 | 1E | 0 | 62 | 45 | 3E | 156 | 60 | 14 |
| Octal | 142 | 2 | 36 | 0 | 142 | 105 | 76 | 526 | 140 | 24 |
| Binary | 1100010 | 10 | 11110 | 0 | 1100010 | 1000101 | 111110 | 101010110 | 1100000 | 10100 |
Color Harmonies of #62021E
Complementary color
Monochromatic Colors of #62021E
Black with #62021E
Text Example
Text Example
White with #62021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62021E; }
p { color: rgb(98,2,30); }
H1.HeaderClassName
{
color: #62021E;
}
.AnyTagClassName
{
color: #62021E;
}
</style>
background-color css
<style>
a { background-color: #62021E; }
a { background-color: rgb(98,2,30); }
div.DivClassName
{
background-color: #62021E;
}
.BgClassName
{
background-color: #62021E;
}
</style>
border-color css
<style>
span { border-color: #62021E; }
span { border-color: rgb(98,2,30); }
td.TdClassName
{
border-color: #62021E;
}
.TagClassName
{
border-color: #62021E;
}
</style>