Shades of Burgundy #62001E
Tints of Burgundy #62001E
RGB
CMYK
RGB Variations
Color information
#62001E (or 0x62001E) is known color: Burgundy. HEX triplet: 62, 00 and 1E. RGB value is (98,0,30). Sum of RGB (Red+Green+Blue) = 98+0+30=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #62001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62001E is #9DFFE1. Grayscale: #202020. Windows color (decimal): -10354658 or 1966178. OLE color: 1966178.
HSL color Cylindrical-coordinate representation of color #62001E: hue angle of 341.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62001E is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.69 | 0.62 |
| HSL | 341.63º | 1% | 0.19% | - |
| HSV(B) | 341.63º | 1% | 0.38% | - |
| XYZ | 5.27 | 2.69 | 1.47 | - |
| YUV | 32.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 30 | 0 | 1 | 0.69 | 0.62 | 341.63 | 1 | 0.19 |
| Hex | 62 | 0 | 1E | 0 | 64 | 45 | 3E | 156 | 64 | 13 |
| Octal | 142 | 0 | 36 | 0 | 144 | 105 | 76 | 526 | 144 | 23 |
| Binary | 1100010 | 0 | 11110 | 0 | 1100100 | 1000101 | 111110 | 101010110 | 1100100 | 10011 |
Color Harmonies of #62001E
Complementary color
Monochromatic Colors of #62001E
Black with #62001E
Text Example
Text Example
White with #62001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62001E; }
p { color: rgb(98,0,30); }
H1.HeaderClassName
{
color: #62001E;
}
.AnyTagClassName
{
color: #62001E;
}
</style>
background-color css
<style>
a { background-color: #62001E; }
a { background-color: rgb(98,0,30); }
div.DivClassName
{
background-color: #62001E;
}
.BgClassName
{
background-color: #62001E;
}
</style>
border-color css
<style>
span { border-color: #62001E; }
span { border-color: rgb(98,0,30); }
td.TdClassName
{
border-color: #62001E;
}
.TagClassName
{
border-color: #62001E;
}
</style>