Shades of Burgundy #620115
Tints of Burgundy #620115
RGB
CMYK
RGB Variations
Color information
#620115 (or 0x620115) is known color: Burgundy. HEX triplet: 62, 01 and 15. RGB value is (98,1,21). Sum of RGB (Red+Green+Blue) = 98+1+21=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #620115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620115 is #9DFEEA. Grayscale: #202020. Windows color (decimal): -10354411 or 1376610. OLE color: 1376610.
HSL color Cylindrical-coordinate representation of color #620115: hue angle of 347.63º 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 #620115 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 21 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.62 |
| HSL | 347.63º | 0.98% | 0.19% | - |
| HSV(B) | 347.63º | 0.99% | 0.38% | - |
| XYZ | 5.18 | 2.67 | 0.95 | - |
| YUV | 32.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 21 | 0 | 0.99 | 0.79 | 0.62 | 347.63 | 0.98 | 0.19 |
| Hex | 62 | 1 | 15 | 0 | 63 | 4F | 3E | 15C | 62 | 13 |
| Octal | 142 | 1 | 25 | 0 | 143 | 117 | 76 | 534 | 142 | 23 |
| Binary | 1100010 | 1 | 10101 | 0 | 1100011 | 1001111 | 111110 | 101011100 | 1100010 | 10011 |
Color Harmonies of #620115
Complementary color
Monochromatic Colors of #620115
Black with #620115
Text Example
Text Example
White with #620115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620115; }
p { color: rgb(98,1,21); }
H1.HeaderClassName
{
color: #620115;
}
.AnyTagClassName
{
color: #620115;
}
</style>
background-color css
<style>
a { background-color: #620115; }
a { background-color: rgb(98,1,21); }
div.DivClassName
{
background-color: #620115;
}
.BgClassName
{
background-color: #620115;
}
</style>
border-color css
<style>
span { border-color: #620115; }
span { border-color: rgb(98,1,21); }
td.TdClassName
{
border-color: #620115;
}
.TagClassName
{
border-color: #620115;
}
</style>