Shades of Maroon #620E00
Tints of Maroon #620E00
RGB
CMYK
RGB Variations
Color information
#620E00 (or 0x620E00) is known color: Maroon. HEX triplet: 62, 0E and 00. RGB value is (98,14,0). Sum of RGB (Red+Green+Blue) = 98+14+0=112 (14% of max value = 765). Red value is 98 (38.67% from 255 or 87.5% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 98 - color contains mainly: red. Hex color #620E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620E00 is #9DF1FF. Grayscale: #252525. Windows color (decimal): -10351104 or 3682. OLE color: 3682.
HSL color Cylindrical-coordinate representation of color #620E00: hue angle of 8.57º 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 #620E00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 14 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.62 |
| HSL | 8.57º | 1% | 0.19% | - |
| HSV(B) | 8.57º | 1% | 0.38% | - |
| XYZ | 5.19 | 2.91 | 0.29 | - |
| YUV | 37.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 14 | 0 | 0 | 0.86 | 1 | 0.62 | 8.57 | 1 | 0.19 |
| Hex | 62 | E | 0 | 0 | 56 | 64 | 3E | 9 | 64 | 13 |
| Octal | 142 | 16 | 0 | 0 | 126 | 144 | 76 | 11 | 144 | 23 |
| Binary | 1100010 | 1110 | 0 | 0 | 1010110 | 1100100 | 111110 | 1001 | 1100100 | 10011 |
Color Harmonies of #620E00
Complementary color
Monochromatic Colors of #620E00
Black with #620E00
Text Example
Text Example
White with #620E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620E00; }
p { color: rgb(98,14,0); }
H1.HeaderClassName
{
color: #620E00;
}
.AnyTagClassName
{
color: #620E00;
}
</style>
background-color css
<style>
a { background-color: #620E00; }
a { background-color: rgb(98,14,0); }
div.DivClassName
{
background-color: #620E00;
}
.BgClassName
{
background-color: #620E00;
}
</style>
border-color css
<style>
span { border-color: #620E00; }
span { border-color: rgb(98,14,0); }
td.TdClassName
{
border-color: #620E00;
}
.TagClassName
{
border-color: #620E00;
}
</style>