Shades of Red Oxide #620D0A
Tints of Red Oxide #620D0A
RGB
CMYK
RGB Variations
Color information
#620D0A (or 0x620D0A) is known color: Red Oxide. HEX triplet: 62, 0D and 0A. RGB value is (98,13,10). Sum of RGB (Red+Green+Blue) = 98+13+10=121 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.99% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 98 - color contains mainly: red. Hex color #620D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620D0A is #9DF2F5. Grayscale: #262626. Windows color (decimal): -10351350 or 658786. OLE color: 658786.
HSL color Cylindrical-coordinate representation of color #620D0A: hue angle of 2.05º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620D0A is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 10 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.62 |
| HSL | 2.05º | 0.81% | 0.21% | - |
| HSV(B) | 2.05º | 0.9% | 0.38% | - |
| XYZ | 5.24 | 2.91 | 0.57 | - |
| YUV | 38.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 10 | 0 | 0.87 | 0.90 | 0.62 | 2.05 | 0.81 | 0.21 |
| Hex | 62 | D | A | 0 | 57 | 5A | 3E | 2 | 51 | 15 |
| Octal | 142 | 15 | 12 | 0 | 127 | 132 | 76 | 2 | 121 | 25 |
| Binary | 1100010 | 1101 | 1010 | 0 | 1010111 | 1011010 | 111110 | 10 | 1010001 | 10101 |
Color Harmonies of #620D0A
Complementary color
Monochromatic Colors of #620D0A
Black with #620D0A
Text Example
Text Example
White with #620D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D0A; }
p { color: rgb(98,13,10); }
H1.HeaderClassName
{
color: #620D0A;
}
.AnyTagClassName
{
color: #620D0A;
}
</style>
background-color css
<style>
a { background-color: #620D0A; }
a { background-color: rgb(98,13,10); }
div.DivClassName
{
background-color: #620D0A;
}
.BgClassName
{
background-color: #620D0A;
}
</style>
border-color css
<style>
span { border-color: #620D0A; }
span { border-color: rgb(98,13,10); }
td.TdClassName
{
border-color: #620D0A;
}
.TagClassName
{
border-color: #620D0A;
}
</style>