Shades of Burgundy #62001A
Tints of Burgundy #62001A
RGB
CMYK
RGB Variations
Color information
#62001A (or 0x62001A) is known color: Burgundy. HEX triplet: 62, 00 and 1A. RGB value is (98,0,26). Sum of RGB (Red+Green+Blue) = 98+0+26=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #62001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62001A is #9DFFE5. Grayscale: #202020. Windows color (decimal): -10354662 or 1704034. OLE color: 1704034.
HSL color Cylindrical-coordinate representation of color #62001A: hue angle of 344.08º 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 #62001A is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.73 | 0.62 |
| HSL | 344.08º | 1% | 0.19% | - |
| HSV(B) | 344.08º | 1% | 0.38% | - |
| XYZ | 5.22 | 2.67 | 1.22 | - |
| YUV | 32.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 26 | 0 | 1 | 0.73 | 0.62 | 344.08 | 1 | 0.19 |
| Hex | 62 | 0 | 1A | 0 | 64 | 49 | 3E | 158 | 64 | 13 |
| Octal | 142 | 0 | 32 | 0 | 144 | 111 | 76 | 530 | 144 | 23 |
| Binary | 1100010 | 0 | 11010 | 0 | 1100100 | 1001001 | 111110 | 101011000 | 1100100 | 10011 |
Color Harmonies of #62001A
Complementary color
Monochromatic Colors of #62001A
Black with #62001A
Text Example
Text Example
White with #62001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62001A; }
p { color: rgb(98,0,26); }
H1.HeaderClassName
{
color: #62001A;
}
.AnyTagClassName
{
color: #62001A;
}
</style>
background-color css
<style>
a { background-color: #62001A; }
a { background-color: rgb(98,0,26); }
div.DivClassName
{
background-color: #62001A;
}
.BgClassName
{
background-color: #62001A;
}
</style>
border-color css
<style>
span { border-color: #62001A; }
span { border-color: rgb(98,0,26); }
td.TdClassName
{
border-color: #62001A;
}
.TagClassName
{
border-color: #62001A;
}
</style>