Shades of Burgundy #62011D
Tints of Burgundy #62011D
RGB
CMYK
RGB Variations
Color information
#62011D (or 0x62011D) is known color: Burgundy. HEX triplet: 62, 01 and 1D. RGB value is (98,1,29). Sum of RGB (Red+Green+Blue) = 98+1+29=128 (16% of max value = 765). Red value is 98 (38.67% from 255 or 76.56% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 98 - color contains mainly: red. Hex color #62011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62011D is #9DFEE2. Grayscale: #212121. Windows color (decimal): -10354403 or 1900898. OLE color: 1900898.
HSL color Cylindrical-coordinate representation of color #62011D: hue angle of 342.68º 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 #62011D is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.62 |
| HSL | 342.68º | 0.98% | 0.19% | - |
| HSV(B) | 342.68º | 0.99% | 0.38% | - |
| XYZ | 5.27 | 2.71 | 1.41 | - |
| YUV | 33.2 | 125.64 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 29 | 0 | 0.99 | 0.70 | 0.62 | 342.68 | 0.98 | 0.19 |
| Hex | 62 | 1 | 1D | 0 | 63 | 46 | 3E | 157 | 62 | 13 |
| Octal | 142 | 1 | 35 | 0 | 143 | 106 | 76 | 527 | 142 | 23 |
| Binary | 1100010 | 1 | 11101 | 0 | 1100011 | 1000110 | 111110 | 101010111 | 1100010 | 10011 |
Color Harmonies of #62011D
Complementary color
Monochromatic Colors of #62011D
Black with #62011D
Text Example
Text Example
White with #62011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62011D; }
p { color: rgb(98,1,29); }
H1.HeaderClassName
{
color: #62011D;
}
.AnyTagClassName
{
color: #62011D;
}
</style>
background-color css
<style>
a { background-color: #62011D; }
a { background-color: rgb(98,1,29); }
div.DivClassName
{
background-color: #62011D;
}
.BgClassName
{
background-color: #62011D;
}
</style>
border-color css
<style>
span { border-color: #62011D; }
span { border-color: rgb(98,1,29); }
td.TdClassName
{
border-color: #62011D;
}
.TagClassName
{
border-color: #62011D;
}
</style>