Shades of Red Oxide #620F07
Tints of Red Oxide #620F07
RGB
CMYK
RGB Variations
Color information
#620F07 (or 0x620F07) is known color: Red Oxide. HEX triplet: 62, 0F and 07. RGB value is (98,15,7). Sum of RGB (Red+Green+Blue) = 98+15+7=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #620F07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F07 is #9DF0F8. Grayscale: #272727. Windows color (decimal): -10350841 or 462690. OLE color: 462690.
HSL color Cylindrical-coordinate representation of color #620F07: hue angle of 5.27º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620F07 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 7 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.62 |
| HSL | 5.27º | 0.87% | 0.21% | - |
| HSV(B) | 5.27º | 0.93% | 0.38% | - |
| XYZ | 5.25 | 2.95 | 0.49 | - |
| YUV | 38.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 7 | 0 | 0.85 | 0.93 | 0.62 | 5.27 | 0.87 | 0.21 |
| Hex | 62 | F | 7 | 0 | 55 | 5D | 3E | 5 | 57 | 15 |
| Octal | 142 | 17 | 7 | 0 | 125 | 135 | 76 | 5 | 127 | 25 |
| Binary | 1100010 | 1111 | 111 | 0 | 1010101 | 1011101 | 111110 | 101 | 1010111 | 10101 |
Color Harmonies of #620F07
Complementary color
Monochromatic Colors of #620F07
Black with #620F07
Text Example
Text Example
White with #620F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F07; }
p { color: rgb(98,15,7); }
H1.HeaderClassName
{
color: #620F07;
}
.AnyTagClassName
{
color: #620F07;
}
</style>
background-color css
<style>
a { background-color: #620F07; }
a { background-color: rgb(98,15,7); }
div.DivClassName
{
background-color: #620F07;
}
.BgClassName
{
background-color: #620F07;
}
</style>
border-color css
<style>
span { border-color: #620F07; }
span { border-color: rgb(98,15,7); }
td.TdClassName
{
border-color: #620F07;
}
.TagClassName
{
border-color: #620F07;
}
</style>