Shades of Red Oxide #621D10
Tints of Red Oxide #621D10
RGB
CMYK
RGB Variations
Color information
#621D10 (or 0x621D10) is known color: Red Oxide. HEX triplet: 62, 1D and 10. RGB value is (98,29,16). Sum of RGB (Red+Green+Blue) = 98+29+16=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #621D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621D10 is #9DE2EF. Grayscale: #303030. Windows color (decimal): -10347248 or 1056098. OLE color: 1056098.
HSL color Cylindrical-coordinate representation of color #621D10: hue angle of 9.51º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621D10 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 29 | 16 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.62 |
| HSL | 9.51º | 0.72% | 0.22% | - |
| HSV(B) | 9.51º | 0.84% | 0.38% | - |
| XYZ | 5.57 | 3.51 | 0.87 | - |
| YUV | 48.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 16 | 0 | 0.70 | 0.84 | 0.62 | 9.51 | 0.72 | 0.22 |
| Hex | 62 | 1D | 10 | 0 | 46 | 54 | 3E | A | 48 | 16 |
| Octal | 142 | 35 | 20 | 0 | 106 | 124 | 76 | 12 | 110 | 26 |
| Binary | 1100010 | 11101 | 10000 | 0 | 1000110 | 1010100 | 111110 | 1010 | 1001000 | 10110 |
Color Harmonies of #621D10
Complementary color
Monochromatic Colors of #621D10
Black with #621D10
Text Example
Text Example
White with #621D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621D10; }
p { color: rgb(98,29,16); }
H1.HeaderClassName
{
color: #621D10;
}
.AnyTagClassName
{
color: #621D10;
}
</style>
background-color css
<style>
a { background-color: #621D10; }
a { background-color: rgb(98,29,16); }
div.DivClassName
{
background-color: #621D10;
}
.BgClassName
{
background-color: #621D10;
}
</style>
border-color css
<style>
span { border-color: #621D10; }
span { border-color: rgb(98,29,16); }
td.TdClassName
{
border-color: #621D10;
}
.TagClassName
{
border-color: #621D10;
}
</style>