Shades of Maroon #620B03
Tints of Maroon #620B03
RGB
CMYK
RGB Variations
Color information
#620B03 (or 0x620B03) is known color: Maroon. HEX triplet: 62, 0B and 03. RGB value is (98,11,3). Sum of RGB (Red+Green+Blue) = 98+11+3=112 (14% of max value = 765). Red value is 98 (38.67% from 255 or 87.5% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 98 - color contains mainly: red. Hex color #620B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620B03 is #9DF4FC. Grayscale: #242424. Windows color (decimal): -10351869 or 199522. OLE color: 199522.
HSL color Cylindrical-coordinate representation of color #620B03: hue angle of 5.05º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #620B03 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 11 | 3 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.62 |
| HSL | 5.05º | 0.94% | 0.2% | - |
| HSV(B) | 5.05º | 0.97% | 0.38% | - |
| XYZ | 5.17 | 2.84 | 0.36 | - |
| YUV | 36.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 11 | 3 | 0 | 0.89 | 0.97 | 0.62 | 5.05 | 0.94 | 0.2 |
| Hex | 62 | B | 3 | 0 | 59 | 61 | 3E | 5 | 5E | 14 |
| Octal | 142 | 13 | 3 | 0 | 131 | 141 | 76 | 5 | 136 | 24 |
| Binary | 1100010 | 1011 | 11 | 0 | 1011001 | 1100001 | 111110 | 101 | 1011110 | 10100 |
Color Harmonies of #620B03
Complementary color
Monochromatic Colors of #620B03
Black with #620B03
Text Example
Text Example
White with #620B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620B03; }
p { color: rgb(98,11,3); }
H1.HeaderClassName
{
color: #620B03;
}
.AnyTagClassName
{
color: #620B03;
}
</style>
background-color css
<style>
a { background-color: #620B03; }
a { background-color: rgb(98,11,3); }
div.DivClassName
{
background-color: #620B03;
}
.BgClassName
{
background-color: #620B03;
}
</style>
border-color css
<style>
span { border-color: #620B03; }
span { border-color: rgb(98,11,3); }
td.TdClassName
{
border-color: #620B03;
}
.TagClassName
{
border-color: #620B03;
}
</style>