Shades of Red Oxide #621D0C
Tints of Red Oxide #621D0C
RGB
CMYK
RGB Variations
Color information
#621D0C (or 0x621D0C) is known color: Red Oxide. HEX triplet: 62, 1D and 0C. RGB value is (98,29,12). Sum of RGB (Red+Green+Blue) = 98+29+12=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 12 (5.08% from 255 or 8.63% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #621D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621D0C is #9DE2F3. Grayscale: #2F2F2F. Windows color (decimal): -10347252 or 793954. OLE color: 793954.
HSL color Cylindrical-coordinate representation of color #621D0C: hue angle of 11.86º 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 #621D0C is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 29 | 12 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.62 |
| HSL | 11.86º | 0.78% | 0.22% | - |
| HSV(B) | 11.86º | 0.88% | 0.38% | - |
| XYZ | 5.54 | 3.5 | 0.73 | - |
| YUV | 47.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 12 | 0 | 0.70 | 0.88 | 0.62 | 11.86 | 0.78 | 0.22 |
| Hex | 62 | 1D | C | 0 | 46 | 58 | 3E | C | 4E | 16 |
| Octal | 142 | 35 | 14 | 0 | 106 | 130 | 76 | 14 | 116 | 26 |
| Binary | 1100010 | 11101 | 1100 | 0 | 1000110 | 1011000 | 111110 | 1100 | 1001110 | 10110 |
Color Harmonies of #621D0C
Complementary color
Monochromatic Colors of #621D0C
Black with #621D0C
Text Example
Text Example
White with #621D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621D0C; }
p { color: rgb(98,29,12); }
H1.HeaderClassName
{
color: #621D0C;
}
.AnyTagClassName
{
color: #621D0C;
}
</style>
background-color css
<style>
a { background-color: #621D0C; }
a { background-color: rgb(98,29,12); }
div.DivClassName
{
background-color: #621D0C;
}
.BgClassName
{
background-color: #621D0C;
}
</style>
border-color css
<style>
span { border-color: #621D0C; }
span { border-color: rgb(98,29,12); }
td.TdClassName
{
border-color: #621D0C;
}
.TagClassName
{
border-color: #621D0C;
}
</style>