Shades of Burgundy #62000B
Tints of Burgundy #62000B
RGB
CMYK
RGB Variations
Color information
#62000B (or 0x62000B) is known color: Burgundy. HEX triplet: 62, 00 and 0B. RGB value is (98,0,11). Sum of RGB (Red+Green+Blue) = 98+0+11=109 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.91% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 98 - color contains mainly: red. Hex color #62000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62000B is #9DFFF4. Grayscale: #1E1E1E. Windows color (decimal): -10354677 or 720994. OLE color: 720994.
HSL color Cylindrical-coordinate representation of color #62000B: hue angle of 353.27º 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 #62000B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.89 | 0.62 |
| HSL | 353.27º | 1% | 0.19% | - |
| HSV(B) | 353.27º | 1% | 0.38% | - |
| XYZ | 5.1 | 2.62 | 0.55 | - |
| YUV | 30.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 11 | 0 | 1 | 0.89 | 0.62 | 353.27 | 1 | 0.19 |
| Hex | 62 | 0 | B | 0 | 64 | 59 | 3E | 161 | 64 | 13 |
| Octal | 142 | 0 | 13 | 0 | 144 | 131 | 76 | 541 | 144 | 23 |
| Binary | 1100010 | 0 | 1011 | 0 | 1100100 | 1011001 | 111110 | 101100001 | 1100100 | 10011 |
Color Harmonies of #62000B
Complementary color
Monochromatic Colors of #62000B
Black with #62000B
Text Example
Text Example
White with #62000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62000B; }
p { color: rgb(98,0,11); }
H1.HeaderClassName
{
color: #62000B;
}
.AnyTagClassName
{
color: #62000B;
}
</style>
background-color css
<style>
a { background-color: #62000B; }
a { background-color: rgb(98,0,11); }
div.DivClassName
{
background-color: #62000B;
}
.BgClassName
{
background-color: #62000B;
}
</style>
border-color css
<style>
span { border-color: #62000B; }
span { border-color: rgb(98,0,11); }
td.TdClassName
{
border-color: #62000B;
}
.TagClassName
{
border-color: #62000B;
}
</style>