Shades of Maroon #620C03
Tints of Maroon #620C03
RGB
CMYK
RGB Variations
Color information
#620C03 (or 0x620C03) is known color: Maroon. HEX triplet: 62, 0C and 03. RGB value is (98,12,3). Sum of RGB (Red+Green+Blue) = 98+12+3=113 (14% of max value = 765). Red value is 98 (38.67% from 255 or 86.73% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 98 - color contains mainly: red. Hex color #620C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620C03 is #9DF3FC. Grayscale: #242424. Windows color (decimal): -10351613 or 199778. OLE color: 199778.
HSL color Cylindrical-coordinate representation of color #620C03: hue angle of 5.68º 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 #620C03 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 12 | 3 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.62 |
| HSL | 5.68º | 0.94% | 0.2% | - |
| HSV(B) | 5.68º | 0.97% | 0.38% | - |
| XYZ | 5.18 | 2.87 | 0.37 | - |
| YUV | 36.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 12 | 3 | 0 | 0.88 | 0.97 | 0.62 | 5.68 | 0.94 | 0.2 |
| Hex | 62 | C | 3 | 0 | 58 | 61 | 3E | 6 | 5E | 14 |
| Octal | 142 | 14 | 3 | 0 | 130 | 141 | 76 | 6 | 136 | 24 |
| Binary | 1100010 | 1100 | 11 | 0 | 1011000 | 1100001 | 111110 | 110 | 1011110 | 10100 |
Color Harmonies of #620C03
Complementary color
Monochromatic Colors of #620C03
Black with #620C03
Text Example
Text Example
White with #620C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620C03; }
p { color: rgb(98,12,3); }
H1.HeaderClassName
{
color: #620C03;
}
.AnyTagClassName
{
color: #620C03;
}
</style>
background-color css
<style>
a { background-color: #620C03; }
a { background-color: rgb(98,12,3); }
div.DivClassName
{
background-color: #620C03;
}
.BgClassName
{
background-color: #620C03;
}
</style>
border-color css
<style>
span { border-color: #620C03; }
span { border-color: rgb(98,12,3); }
td.TdClassName
{
border-color: #620C03;
}
.TagClassName
{
border-color: #620C03;
}
</style>