Shades of Red Oxide #621004
Tints of Red Oxide #621004
RGB
CMYK
RGB Variations
Color information
#621004 (or 0x621004) is known color: Red Oxide. HEX triplet: 62, 10 and 04. RGB value is (98,16,4). Sum of RGB (Red+Green+Blue) = 98+16+4=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #621004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621004 is #9DEFFB. Grayscale: #272727. Windows color (decimal): -10350588 or 266338. OLE color: 266338.
HSL color Cylindrical-coordinate representation of color #621004: hue angle of 7.66º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #621004 is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 16 | 4 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.62 |
| HSL | 7.66º | 0.92% | 0.2% | - |
| HSV(B) | 7.66º | 0.96% | 0.38% | - |
| XYZ | 5.24 | 2.98 | 0.41 | - |
| YUV | 39.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 4 | 0 | 0.84 | 0.96 | 0.62 | 7.66 | 0.92 | 0.2 |
| Hex | 62 | 10 | 4 | 0 | 54 | 60 | 3E | 8 | 5C | 14 |
| Octal | 142 | 20 | 4 | 0 | 124 | 140 | 76 | 10 | 134 | 24 |
| Binary | 1100010 | 10000 | 100 | 0 | 1010100 | 1100000 | 111110 | 1000 | 1011100 | 10100 |
Color Harmonies of #621004
Complementary color
Monochromatic Colors of #621004
Black with #621004
Text Example
Text Example
White with #621004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621004; }
p { color: rgb(98,16,4); }
H1.HeaderClassName
{
color: #621004;
}
.AnyTagClassName
{
color: #621004;
}
</style>
background-color css
<style>
a { background-color: #621004; }
a { background-color: rgb(98,16,4); }
div.DivClassName
{
background-color: #621004;
}
.BgClassName
{
background-color: #621004;
}
</style>
border-color css
<style>
span { border-color: #621004; }
span { border-color: rgb(98,16,4); }
td.TdClassName
{
border-color: #621004;
}
.TagClassName
{
border-color: #621004;
}
</style>