Shades of Red Oxide #621A0A
Tints of Red Oxide #621A0A
RGB
CMYK
RGB Variations
Color information
#621A0A (or 0x621A0A) is known color: Red Oxide. HEX triplet: 62, 1A and 0A. RGB value is (98,26,10). Sum of RGB (Red+Green+Blue) = 98+26+10=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #621A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A0A is #9DE5F5. Grayscale: #2D2D2D. Windows color (decimal): -10348022 or 662114. OLE color: 662114.
HSL color Cylindrical-coordinate representation of color #621A0A: hue angle of 10.91º 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 #621A0A is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 10 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.62 |
| HSL | 10.91º | 0.81% | 0.21% | - |
| HSV(B) | 10.91º | 0.9% | 0.38% | - |
| XYZ | 5.46 | 3.36 | 0.65 | - |
| YUV | 45.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 10 | 0 | 0.73 | 0.90 | 0.62 | 10.91 | 0.81 | 0.21 |
| Hex | 62 | 1A | A | 0 | 49 | 5A | 3E | B | 51 | 15 |
| Octal | 142 | 32 | 12 | 0 | 111 | 132 | 76 | 13 | 121 | 25 |
| Binary | 1100010 | 11010 | 1010 | 0 | 1001001 | 1011010 | 111110 | 1011 | 1010001 | 10101 |
Color Harmonies of #621A0A
Complementary color
Monochromatic Colors of #621A0A
Black with #621A0A
Text Example
Text Example
White with #621A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A0A; }
p { color: rgb(98,26,10); }
H1.HeaderClassName
{
color: #621A0A;
}
.AnyTagClassName
{
color: #621A0A;
}
</style>
background-color css
<style>
a { background-color: #621A0A; }
a { background-color: rgb(98,26,10); }
div.DivClassName
{
background-color: #621A0A;
}
.BgClassName
{
background-color: #621A0A;
}
</style>
border-color css
<style>
span { border-color: #621A0A; }
span { border-color: rgb(98,26,10); }
td.TdClassName
{
border-color: #621A0A;
}
.TagClassName
{
border-color: #621A0A;
}
</style>