Shades of Burgundy #620114
Tints of Burgundy #620114
RGB
CMYK
RGB Variations
Color information
#620114 (or 0x620114) is known color: Burgundy. HEX triplet: 62, 01 and 14. RGB value is (98,1,20). Sum of RGB (Red+Green+Blue) = 98+1+20=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #620114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620114 is #9DFEEB. Grayscale: #202020. Windows color (decimal): -10354412 or 1311074. OLE color: 1311074.
HSL color Cylindrical-coordinate representation of color #620114: hue angle of 348.25º 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 #620114 is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.62 |
| HSL | 348.25º | 0.98% | 0.19% | - |
| HSV(B) | 348.25º | 0.99% | 0.38% | - |
| XYZ | 5.17 | 2.67 | 0.9 | - |
| YUV | 32.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 20 | 0 | 0.99 | 0.80 | 0.62 | 348.25 | 0.98 | 0.19 |
| Hex | 62 | 1 | 14 | 0 | 63 | 50 | 3E | 15C | 62 | 13 |
| Octal | 142 | 1 | 24 | 0 | 143 | 120 | 76 | 534 | 142 | 23 |
| Binary | 1100010 | 1 | 10100 | 0 | 1100011 | 1010000 | 111110 | 101011100 | 1100010 | 10011 |
Color Harmonies of #620114
Complementary color
Monochromatic Colors of #620114
Black with #620114
Text Example
Text Example
White with #620114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620114; }
p { color: rgb(98,1,20); }
H1.HeaderClassName
{
color: #620114;
}
.AnyTagClassName
{
color: #620114;
}
</style>
background-color css
<style>
a { background-color: #620114; }
a { background-color: rgb(98,1,20); }
div.DivClassName
{
background-color: #620114;
}
.BgClassName
{
background-color: #620114;
}
</style>
border-color css
<style>
span { border-color: #620114; }
span { border-color: rgb(98,1,20); }
td.TdClassName
{
border-color: #620114;
}
.TagClassName
{
border-color: #620114;
}
</style>