Shades of Burgundy #620011
Tints of Burgundy #620011
RGB
CMYK
RGB Variations
Color information
#620011 (or 0x620011) is known color: Burgundy. HEX triplet: 62, 00 and 11. RGB value is (98,0,17). Sum of RGB (Red+Green+Blue) = 98+0+17=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #620011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620011 is #9DFFEE. Grayscale: #1F1F1F. Windows color (decimal): -10354671 or 1114210. OLE color: 1114210.
HSL color Cylindrical-coordinate representation of color #620011: hue angle of 349.59º 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 #620011 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.83 | 0.62 |
| HSL | 349.59º | 1% | 0.19% | - |
| HSV(B) | 349.59º | 1% | 0.38% | - |
| XYZ | 5.14 | 2.64 | 0.77 | - |
| YUV | 31.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 0 | 17 | 0 | 1 | 0.83 | 0.62 | 349.59 | 1 | 0.19 |
| Hex | 62 | 0 | 11 | 0 | 64 | 53 | 3E | 15E | 64 | 13 |
| Octal | 142 | 0 | 21 | 0 | 144 | 123 | 76 | 536 | 144 | 23 |
| Binary | 1100010 | 0 | 10001 | 0 | 1100100 | 1010011 | 111110 | 101011110 | 1100100 | 10011 |
Color Harmonies of #620011
Complementary color
Monochromatic Colors of #620011
Black with #620011
Text Example
Text Example
White with #620011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620011; }
p { color: rgb(98,0,17); }
H1.HeaderClassName
{
color: #620011;
}
.AnyTagClassName
{
color: #620011;
}
</style>
background-color css
<style>
a { background-color: #620011; }
a { background-color: rgb(98,0,17); }
div.DivClassName
{
background-color: #620011;
}
.BgClassName
{
background-color: #620011;
}
</style>
border-color css
<style>
span { border-color: #620011; }
span { border-color: rgb(98,0,17); }
td.TdClassName
{
border-color: #620011;
}
.TagClassName
{
border-color: #620011;
}
</style>