Shades of Burgundy #620110
Tints of Burgundy #620110
RGB
CMYK
RGB Variations
Color information
#620110 (or 0x620110) is known color: Burgundy. HEX triplet: 62, 01 and 10. RGB value is (98,1,16). Sum of RGB (Red+Green+Blue) = 98+1+16=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #620110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620110 is #9DFEEF. Grayscale: #1F1F1F. Windows color (decimal): -10354416 or 1048930. OLE color: 1048930.
HSL color Cylindrical-coordinate representation of color #620110: hue angle of 350.72º 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 #620110 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 16 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.62 |
| HSL | 350.72º | 0.98% | 0.19% | - |
| HSV(B) | 350.72º | 0.99% | 0.38% | - |
| XYZ | 5.14 | 2.66 | 0.73 | - |
| YUV | 31.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 16 | 0 | 0.99 | 0.84 | 0.62 | 350.72 | 0.98 | 0.19 |
| Hex | 62 | 1 | 10 | 0 | 63 | 54 | 3E | 15F | 62 | 13 |
| Octal | 142 | 1 | 20 | 0 | 143 | 124 | 76 | 537 | 142 | 23 |
| Binary | 1100010 | 1 | 10000 | 0 | 1100011 | 1010100 | 111110 | 101011111 | 1100010 | 10011 |
Color Harmonies of #620110
Complementary color
Monochromatic Colors of #620110
Black with #620110
Text Example
Text Example
White with #620110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620110; }
p { color: rgb(98,1,16); }
H1.HeaderClassName
{
color: #620110;
}
.AnyTagClassName
{
color: #620110;
}
</style>
background-color css
<style>
a { background-color: #620110; }
a { background-color: rgb(98,1,16); }
div.DivClassName
{
background-color: #620110;
}
.BgClassName
{
background-color: #620110;
}
</style>
border-color css
<style>
span { border-color: #620110; }
span { border-color: rgb(98,1,16); }
td.TdClassName
{
border-color: #620110;
}
.TagClassName
{
border-color: #620110;
}
</style>