Shades of Red Oxide #620F0B
Tints of Red Oxide #620F0B
RGB
CMYK
RGB Variations
Color information
#620F0B (or 0x620F0B) is known color: Red Oxide. HEX triplet: 62, 0F and 0B. RGB value is (98,15,11). Sum of RGB (Red+Green+Blue) = 98+15+11=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #620F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #620F0B is #9DF0F4. Grayscale: #272727. Windows color (decimal): -10350837 or 724834. OLE color: 724834.
HSL color Cylindrical-coordinate representation of color #620F0B: hue angle of 2.76º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620F0B is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 15 | 11 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.62 |
| HSL | 2.76º | 0.8% | 0.21% | - |
| HSV(B) | 2.76º | 0.89% | 0.38% | - |
| XYZ | 5.27 | 2.96 | 0.61 | - |
| YUV | 39.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 15 | 11 | 0 | 0.85 | 0.89 | 0.62 | 2.76 | 0.8 | 0.21 |
| Hex | 62 | F | B | 0 | 55 | 59 | 3E | 3 | 50 | 15 |
| Octal | 142 | 17 | 13 | 0 | 125 | 131 | 76 | 3 | 120 | 25 |
| Binary | 1100010 | 1111 | 1011 | 0 | 1010101 | 1011001 | 111110 | 11 | 1010000 | 10101 |
Color Harmonies of #620F0B
Complementary color
Monochromatic Colors of #620F0B
Black with #620F0B
Text Example
Text Example
White with #620F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #620F0B; }
p { color: rgb(98,15,11); }
H1.HeaderClassName
{
color: #620F0B;
}
.AnyTagClassName
{
color: #620F0B;
}
</style>
background-color css
<style>
a { background-color: #620F0B; }
a { background-color: rgb(98,15,11); }
div.DivClassName
{
background-color: #620F0B;
}
.BgClassName
{
background-color: #620F0B;
}
</style>
border-color css
<style>
span { border-color: #620F0B; }
span { border-color: rgb(98,15,11); }
td.TdClassName
{
border-color: #620F0B;
}
.TagClassName
{
border-color: #620F0B;
}
</style>