Shades of Maroon #620A02
Tints of Maroon #620A02
RGB
CMYK
RGB Variations
Color information
#620A02 (or 0x620A02) is known color: Maroon. HEX triplet: 62, 0A and 02. RGB value is (98,10,2). Sum of RGB (Red+Green+Blue) = 98+10+2=110 (14% of max value = 765). Red value is 98 (38.67% from 255 or 89.09% from 110); Green value is 10 (4.30% from 255 or 9.09% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 98 - color contains mainly: red. Hex color #620A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620A02 is #9DF5FD. Grayscale: #232323. Windows color (decimal): -10352126 or 133730. OLE color: 133730.
HSL color Cylindrical-coordinate representation of color #620A02: hue angle of 5º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #620A02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 10 | 2 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.62 |
| HSL | 5º | 0.96% | 0.2% | - |
| HSV(B) | 5º | 0.98% | 0.38% | - |
| XYZ | 5.16 | 2.82 | 0.33 | - |
| YUV | 35.4 | 109.15 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 10 | 2 | 0 | 0.90 | 0.98 | 0.62 | 5 | 0.96 | 0.2 |
| Hex | 62 | A | 2 | 0 | 5A | 62 | 3E | 5 | 60 | 14 |
| Octal | 142 | 12 | 2 | 0 | 132 | 142 | 76 | 5 | 140 | 24 |
| Binary | 1100010 | 1010 | 10 | 0 | 1011010 | 1100010 | 111110 | 101 | 1100000 | 10100 |
Color Harmonies of #620A02
Complementary color
Monochromatic Colors of #620A02
Black with #620A02
Text Example
Text Example
White with #620A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620A02; }
p { color: rgb(98,10,2); }
H1.HeaderClassName
{
color: #620A02;
}
.AnyTagClassName
{
color: #620A02;
}
</style>
background-color css
<style>
a { background-color: #620A02; }
a { background-color: rgb(98,10,2); }
div.DivClassName
{
background-color: #620A02;
}
.BgClassName
{
background-color: #620A02;
}
</style>
border-color css
<style>
span { border-color: #620A02; }
span { border-color: rgb(98,10,2); }
td.TdClassName
{
border-color: #620A02;
}
.TagClassName
{
border-color: #620A02;
}
</style>