Shades of Red Oxide #621A0C
Tints of Red Oxide #621A0C
RGB
CMYK
RGB Variations
Color information
#621A0C (or 0x621A0C) is known color: Red Oxide. HEX triplet: 62, 1A and 0C. RGB value is (98,26,12). Sum of RGB (Red+Green+Blue) = 98+26+12=136 (18% of max value = 765). Red value is 98 (38.67% from 255 or 72.06% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 98 - color contains mainly: red. Hex color #621A0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A0C is #9DE5F3. Grayscale: #2E2E2E. Windows color (decimal): -10348020 or 793186. OLE color: 793186.
HSL color Cylindrical-coordinate representation of color #621A0C: hue angle of 9.77º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #621A0C is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 12 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.62 |
| HSL | 9.77º | 0.78% | 0.22% | - |
| HSV(B) | 9.77º | 0.88% | 0.38% | - |
| XYZ | 5.47 | 3.36 | 0.71 | - |
| YUV | 45.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 12 | 0 | 0.73 | 0.88 | 0.62 | 9.77 | 0.78 | 0.22 |
| Hex | 62 | 1A | C | 0 | 49 | 58 | 3E | A | 4E | 16 |
| Octal | 142 | 32 | 14 | 0 | 111 | 130 | 76 | 12 | 116 | 26 |
| Binary | 1100010 | 11010 | 1100 | 0 | 1001001 | 1011000 | 111110 | 1010 | 1001110 | 10110 |
Color Harmonies of #621A0C
Complementary color
Monochromatic Colors of #621A0C
Black with #621A0C
Text Example
Text Example
White with #621A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A0C; }
p { color: rgb(98,26,12); }
H1.HeaderClassName
{
color: #621A0C;
}
.AnyTagClassName
{
color: #621A0C;
}
</style>
background-color css
<style>
a { background-color: #621A0C; }
a { background-color: rgb(98,26,12); }
div.DivClassName
{
background-color: #621A0C;
}
.BgClassName
{
background-color: #621A0C;
}
</style>
border-color css
<style>
span { border-color: #621A0C; }
span { border-color: rgb(98,26,12); }
td.TdClassName
{
border-color: #621A0C;
}
.TagClassName
{
border-color: #621A0C;
}
</style>