Shades of Burgundy #620010
Tints of Burgundy #620010
RGB
CMYK
RGB Variations
Color information
#620010 (or 0x620010) is known color: Burgundy. HEX triplet: 62, 00 and 10. RGB value is (98,0,16). Sum of RGB (Red+Green+Blue) = 98+0+16=114 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.96% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 98 - color contains mainly: red. Hex color #620010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620010 is #9DFFEF. Grayscale: #1F1F1F. Windows color (decimal): -10354672 or 1048674. OLE color: 1048674.
HSL color Cylindrical-coordinate representation of color #620010: hue angle of 350.2º 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 #620010 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.84 | 0.62 |
| HSL | 350.2º | 1% | 0.19% | - |
| HSV(B) | 350.2º | 1% | 0.38% | - |
| XYZ | 5.13 | 2.63 | 0.73 | - |
| YUV | 31.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 16 | 0 | 1 | 0.84 | 0.62 | 350.2 | 1 | 0.19 |
| Hex | 62 | 0 | 10 | 0 | 64 | 54 | 3E | 15E | 64 | 13 |
| Octal | 142 | 0 | 20 | 0 | 144 | 124 | 76 | 536 | 144 | 23 |
| Binary | 1100010 | 0 | 10000 | 0 | 1100100 | 1010100 | 111110 | 101011110 | 1100100 | 10011 |
Color Harmonies of #620010
Complementary color
Monochromatic Colors of #620010
Black with #620010
Text Example
Text Example
White with #620010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620010; }
p { color: rgb(98,0,16); }
H1.HeaderClassName
{
color: #620010;
}
.AnyTagClassName
{
color: #620010;
}
</style>
background-color css
<style>
a { background-color: #620010; }
a { background-color: rgb(98,0,16); }
div.DivClassName
{
background-color: #620010;
}
.BgClassName
{
background-color: #620010;
}
</style>
border-color css
<style>
span { border-color: #620010; }
span { border-color: rgb(98,0,16); }
td.TdClassName
{
border-color: #620010;
}
.TagClassName
{
border-color: #620010;
}
</style>