Shades of Burgundy #62000A
Tints of Burgundy #62000A
RGB
CMYK
RGB Variations
Color information
#62000A (or 0x62000A) is known color: Burgundy. HEX triplet: 62, 00 and 0A. RGB value is (98,0,10). Sum of RGB (Red+Green+Blue) = 98+0+10=108 (14% of max value = 765). Red value is 98 (38.67% from 255 or 90.74% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 98 - color contains mainly: red. Hex color #62000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62000A is #9DFFF5. Grayscale: #1E1E1E. Windows color (decimal): -10354678 or 655458. OLE color: 655458.
HSL color Cylindrical-coordinate representation of color #62000A: hue angle of 353.88º 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 #62000A is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.90 | 0.62 |
| HSL | 353.88º | 1% | 0.19% | - |
| HSV(B) | 353.88º | 1% | 0.38% | - |
| XYZ | 5.09 | 2.62 | 0.52 | - |
| YUV | 30.44 | 116.47 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 10 | 0 | 1 | 0.90 | 0.62 | 353.88 | 1 | 0.19 |
| Hex | 62 | 0 | A | 0 | 64 | 5A | 3E | 162 | 64 | 13 |
| Octal | 142 | 0 | 12 | 0 | 144 | 132 | 76 | 542 | 144 | 23 |
| Binary | 1100010 | 0 | 1010 | 0 | 1100100 | 1011010 | 111110 | 101100010 | 1100100 | 10011 |
Color Harmonies of #62000A
Complementary color
Monochromatic Colors of #62000A
Black with #62000A
Text Example
Text Example
White with #62000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62000A; }
p { color: rgb(98,0,10); }
H1.HeaderClassName
{
color: #62000A;
}
.AnyTagClassName
{
color: #62000A;
}
</style>
background-color css
<style>
a { background-color: #62000A; }
a { background-color: rgb(98,0,10); }
div.DivClassName
{
background-color: #62000A;
}
.BgClassName
{
background-color: #62000A;
}
</style>
border-color css
<style>
span { border-color: #62000A; }
span { border-color: rgb(98,0,10); }
td.TdClassName
{
border-color: #62000A;
}
.TagClassName
{
border-color: #62000A;
}
</style>