Shades of Red Oxide #621D0E
Tints of Red Oxide #621D0E
RGB
CMYK
RGB Variations
Color information
#621D0E (or 0x621D0E) is known color: Red Oxide. HEX triplet: 62, 1D and 0E. RGB value is (98,29,14). Sum of RGB (Red+Green+Blue) = 98+29+14=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #621D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621D0E is #9DE2F1. Grayscale: #303030. Windows color (decimal): -10347250 or 925026. OLE color: 925026.
HSL color Cylindrical-coordinate representation of color #621D0E: hue angle of 10.71º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #621D0E is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 29 | 14 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.62 |
| HSL | 10.71º | 0.75% | 0.22% | - |
| HSV(B) | 10.71º | 0.86% | 0.38% | - |
| XYZ | 5.56 | 3.51 | 0.8 | - |
| YUV | 47.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 14 | 0 | 0.70 | 0.86 | 0.62 | 10.71 | 0.75 | 0.22 |
| Hex | 62 | 1D | E | 0 | 46 | 56 | 3E | B | 4B | 16 |
| Octal | 142 | 35 | 16 | 0 | 106 | 126 | 76 | 13 | 113 | 26 |
| Binary | 1100010 | 11101 | 1110 | 0 | 1000110 | 1010110 | 111110 | 1011 | 1001011 | 10110 |
Color Harmonies of #621D0E
Complementary color
Monochromatic Colors of #621D0E
Black with #621D0E
Text Example
Text Example
White with #621D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621D0E; }
p { color: rgb(98,29,14); }
H1.HeaderClassName
{
color: #621D0E;
}
.AnyTagClassName
{
color: #621D0E;
}
</style>
background-color css
<style>
a { background-color: #621D0E; }
a { background-color: rgb(98,29,14); }
div.DivClassName
{
background-color: #621D0E;
}
.BgClassName
{
background-color: #621D0E;
}
</style>
border-color css
<style>
span { border-color: #621D0E; }
span { border-color: rgb(98,29,14); }
td.TdClassName
{
border-color: #621D0E;
}
.TagClassName
{
border-color: #621D0E;
}
</style>