Shades of Burgundy #62011E
Tints of Burgundy #62011E
RGB
CMYK
RGB Variations
Color information
#62011E (or 0x62011E) is known color: Burgundy. HEX triplet: 62, 01 and 1E. RGB value is (98,1,30). Sum of RGB (Red+Green+Blue) = 98+1+30=129 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.97% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 98 - color contains mainly: red. Hex color #62011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62011E is #9DFEE1. Grayscale: #212121. Windows color (decimal): -10354402 or 1966434. OLE color: 1966434.
HSL color Cylindrical-coordinate representation of color #62011E: hue angle of 342.06º 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 #62011E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.62 |
| HSL | 342.06º | 0.98% | 0.19% | - |
| HSV(B) | 342.06º | 0.99% | 0.38% | - |
| XYZ | 5.28 | 2.71 | 1.47 | - |
| YUV | 33.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 30 | 0 | 0.99 | 0.69 | 0.62 | 342.06 | 0.98 | 0.19 |
| Hex | 62 | 1 | 1E | 0 | 63 | 45 | 3E | 156 | 62 | 13 |
| Octal | 142 | 1 | 36 | 0 | 143 | 105 | 76 | 526 | 142 | 23 |
| Binary | 1100010 | 1 | 11110 | 0 | 1100011 | 1000101 | 111110 | 101010110 | 1100010 | 10011 |
Color Harmonies of #62011E
Complementary color
Monochromatic Colors of #62011E
Black with #62011E
Text Example
Text Example
White with #62011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62011E; }
p { color: rgb(98,1,30); }
H1.HeaderClassName
{
color: #62011E;
}
.AnyTagClassName
{
color: #62011E;
}
</style>
background-color css
<style>
a { background-color: #62011E; }
a { background-color: rgb(98,1,30); }
div.DivClassName
{
background-color: #62011E;
}
.BgClassName
{
background-color: #62011E;
}
</style>
border-color css
<style>
span { border-color: #62011E; }
span { border-color: rgb(98,1,30); }
td.TdClassName
{
border-color: #62011E;
}
.TagClassName
{
border-color: #62011E;
}
</style>