Shades of Red Oxide #621C0A
Tints of Red Oxide #621C0A
RGB
CMYK
RGB Variations
Color information
#621C0A (or 0x621C0A) is known color: Red Oxide. HEX triplet: 62, 1C and 0A. RGB value is (98,28,10). Sum of RGB (Red+Green+Blue) = 98+28+10=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #621C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C0A is #9DE3F5. Grayscale: #2F2F2F. Windows color (decimal): -10347510 or 662626. OLE color: 662626.
HSL color Cylindrical-coordinate representation of color #621C0A: hue angle of 12.27º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #621C0A is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 28 | 10 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.62 |
| HSL | 12.27º | 0.81% | 0.21% | - |
| HSV(B) | 12.27º | 0.9% | 0.38% | - |
| XYZ | 5.51 | 3.45 | 0.66 | - |
| YUV | 46.88 | 107.19 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 10 | 0 | 0.71 | 0.90 | 0.62 | 12.27 | 0.81 | 0.21 |
| Hex | 62 | 1C | A | 0 | 47 | 5A | 3E | C | 51 | 15 |
| Octal | 142 | 34 | 12 | 0 | 107 | 132 | 76 | 14 | 121 | 25 |
| Binary | 1100010 | 11100 | 1010 | 0 | 1000111 | 1011010 | 111110 | 1100 | 1010001 | 10101 |
Color Harmonies of #621C0A
Complementary color
Monochromatic Colors of #621C0A
Black with #621C0A
Text Example
Text Example
White with #621C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C0A; }
p { color: rgb(98,28,10); }
H1.HeaderClassName
{
color: #621C0A;
}
.AnyTagClassName
{
color: #621C0A;
}
</style>
background-color css
<style>
a { background-color: #621C0A; }
a { background-color: rgb(98,28,10); }
div.DivClassName
{
background-color: #621C0A;
}
.BgClassName
{
background-color: #621C0A;
}
</style>
border-color css
<style>
span { border-color: #621C0A; }
span { border-color: rgb(98,28,10); }
td.TdClassName
{
border-color: #621C0A;
}
.TagClassName
{
border-color: #621C0A;
}
</style>