Shades of Red Oxide #620D09
Tints of Red Oxide #620D09
RGB
CMYK
RGB Variations
Color information
#620D09 (or 0x620D09) is known color: Red Oxide. HEX triplet: 62, 0D and 09. RGB value is (98,13,9). Sum of RGB (Red+Green+Blue) = 98+13+9=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #620D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620D09 is #9DF2F6. Grayscale: #262626. Windows color (decimal): -10351351 or 593250. OLE color: 593250.
HSL color Cylindrical-coordinate representation of color #620D09: hue angle of 2.7º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620D09 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 13 | 9 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.62 |
| HSL | 2.7º | 0.83% | 0.21% | - |
| HSV(B) | 2.7º | 0.91% | 0.38% | - |
| XYZ | 5.23 | 2.9 | 0.54 | - |
| YUV | 37.96 | 111.66 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 13 | 9 | 0 | 0.87 | 0.91 | 0.62 | 2.7 | 0.83 | 0.21 |
| Hex | 62 | D | 9 | 0 | 57 | 5B | 3E | 3 | 53 | 15 |
| Octal | 142 | 15 | 11 | 0 | 127 | 133 | 76 | 3 | 123 | 25 |
| Binary | 1100010 | 1101 | 1001 | 0 | 1010111 | 1011011 | 111110 | 11 | 1010011 | 10101 |
Color Harmonies of #620D09
Complementary color
Monochromatic Colors of #620D09
Black with #620D09
Text Example
Text Example
White with #620D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620D09; }
p { color: rgb(98,13,9); }
H1.HeaderClassName
{
color: #620D09;
}
.AnyTagClassName
{
color: #620D09;
}
</style>
background-color css
<style>
a { background-color: #620D09; }
a { background-color: rgb(98,13,9); }
div.DivClassName
{
background-color: #620D09;
}
.BgClassName
{
background-color: #620D09;
}
</style>
border-color css
<style>
span { border-color: #620D09; }
span { border-color: rgb(98,13,9); }
td.TdClassName
{
border-color: #620D09;
}
.TagClassName
{
border-color: #620D09;
}
</style>