Shades of Red Oxide #621607
Tints of Red Oxide #621607
RGB
CMYK
RGB Variations
Color information
#621607 (or 0x621607) is known color: Red Oxide. HEX triplet: 62, 16 and 07. RGB value is (98,22,7). Sum of RGB (Red+Green+Blue) = 98+22+7=127 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.17% from 127); Green value is 22 (8.98% from 255 or 17.32% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 98 - color contains mainly: red. Hex color #621607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621607 is #9DE9F8. Grayscale: #2B2B2B. Windows color (decimal): -10349049 or 464482. OLE color: 464482.
HSL color Cylindrical-coordinate representation of color #621607: hue angle of 9.89º 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 #621607 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 22 | 7 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.62 |
| HSL | 9.89º | 0.87% | 0.21% | - |
| HSV(B) | 9.89º | 0.93% | 0.38% | - |
| XYZ | 5.36 | 3.19 | 0.53 | - |
| YUV | 43.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 7 | 0 | 0.78 | 0.93 | 0.62 | 9.89 | 0.87 | 0.21 |
| Hex | 62 | 16 | 7 | 0 | 4E | 5D | 3E | A | 57 | 15 |
| Octal | 142 | 26 | 7 | 0 | 116 | 135 | 76 | 12 | 127 | 25 |
| Binary | 1100010 | 10110 | 111 | 0 | 1001110 | 1011101 | 111110 | 1010 | 1010111 | 10101 |
Color Harmonies of #621607
Complementary color
Monochromatic Colors of #621607
Black with #621607
Text Example
Text Example
White with #621607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621607; }
p { color: rgb(98,22,7); }
H1.HeaderClassName
{
color: #621607;
}
.AnyTagClassName
{
color: #621607;
}
</style>
background-color css
<style>
a { background-color: #621607; }
a { background-color: rgb(98,22,7); }
div.DivClassName
{
background-color: #621607;
}
.BgClassName
{
background-color: #621607;
}
</style>
border-color css
<style>
span { border-color: #621607; }
span { border-color: rgb(98,22,7); }
td.TdClassName
{
border-color: #621607;
}
.TagClassName
{
border-color: #621607;
}
</style>