Shades of Burgundy #620117
Tints of Burgundy #620117
RGB
CMYK
RGB Variations
Color information
#620117 (or 0x620117) is known color: Burgundy. HEX triplet: 62, 01 and 17. RGB value is (98,1,23). Sum of RGB (Red+Green+Blue) = 98+1+23=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #620117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620117 is #9DFEE8. Grayscale: #202020. Windows color (decimal): -10354409 or 1507682. OLE color: 1507682.
HSL color Cylindrical-coordinate representation of color #620117: hue angle of 346.39º 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 #620117 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.62 |
| HSL | 346.39º | 0.98% | 0.19% | - |
| HSV(B) | 346.39º | 0.99% | 0.38% | - |
| XYZ | 5.2 | 2.68 | 1.05 | - |
| YUV | 32.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 23 | 0 | 0.99 | 0.77 | 0.62 | 346.39 | 0.98 | 0.19 |
| Hex | 62 | 1 | 17 | 0 | 63 | 4D | 3E | 15A | 62 | 13 |
| Octal | 142 | 1 | 27 | 0 | 143 | 115 | 76 | 532 | 142 | 23 |
| Binary | 1100010 | 1 | 10111 | 0 | 1100011 | 1001101 | 111110 | 101011010 | 1100010 | 10011 |
Color Harmonies of #620117
Complementary color
Monochromatic Colors of #620117
Black with #620117
Text Example
Text Example
White with #620117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620117; }
p { color: rgb(98,1,23); }
H1.HeaderClassName
{
color: #620117;
}
.AnyTagClassName
{
color: #620117;
}
</style>
background-color css
<style>
a { background-color: #620117; }
a { background-color: rgb(98,1,23); }
div.DivClassName
{
background-color: #620117;
}
.BgClassName
{
background-color: #620117;
}
</style>
border-color css
<style>
span { border-color: #620117; }
span { border-color: rgb(98,1,23); }
td.TdClassName
{
border-color: #620117;
}
.TagClassName
{
border-color: #620117;
}
</style>