Shades of Red Oxide #621A07
Tints of Red Oxide #621A07
RGB
CMYK
RGB Variations
Color information
#621A07 (or 0x621A07) is known color: Red Oxide. HEX triplet: 62, 1A and 07. RGB value is (98,26,7). Sum of RGB (Red+Green+Blue) = 98+26+7=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #621A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A07 is #9DE5F8. Grayscale: #2D2D2D. Windows color (decimal): -10348025 or 465506. OLE color: 465506.
HSL color Cylindrical-coordinate representation of color #621A07: hue angle of 12.53º 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 #621A07 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 7 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.62 |
| HSL | 12.53º | 0.87% | 0.21% | - |
| HSV(B) | 12.53º | 0.93% | 0.38% | - |
| XYZ | 5.44 | 3.35 | 0.56 | - |
| YUV | 45.36 | 106.35 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 7 | 0 | 0.73 | 0.93 | 0.62 | 12.53 | 0.87 | 0.21 |
| Hex | 62 | 1A | 7 | 0 | 49 | 5D | 3E | D | 57 | 15 |
| Octal | 142 | 32 | 7 | 0 | 111 | 135 | 76 | 15 | 127 | 25 |
| Binary | 1100010 | 11010 | 111 | 0 | 1001001 | 1011101 | 111110 | 1101 | 1010111 | 10101 |
Color Harmonies of #621A07
Complementary color
Monochromatic Colors of #621A07
Black with #621A07
Text Example
Text Example
White with #621A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A07; }
p { color: rgb(98,26,7); }
H1.HeaderClassName
{
color: #621A07;
}
.AnyTagClassName
{
color: #621A07;
}
</style>
background-color css
<style>
a { background-color: #621A07; }
a { background-color: rgb(98,26,7); }
div.DivClassName
{
background-color: #621A07;
}
.BgClassName
{
background-color: #621A07;
}
</style>
border-color css
<style>
span { border-color: #621A07; }
span { border-color: rgb(98,26,7); }
td.TdClassName
{
border-color: #621A07;
}
.TagClassName
{
border-color: #621A07;
}
</style>