Shades of Red Oxide #621D0B
Tints of Red Oxide #621D0B
RGB
CMYK
RGB Variations
Color information
#621D0B (or 0x621D0B) is known color: Red Oxide. HEX triplet: 62, 1D and 0B. RGB value is (98,29,11). Sum of RGB (Red+Green+Blue) = 98+29+11=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #621D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621D0B is #9DE2F4. Grayscale: #2F2F2F. Windows color (decimal): -10347253 or 728418. OLE color: 728418.
HSL color Cylindrical-coordinate representation of color #621D0B: hue angle of 12.41º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #621D0B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 29 | 11 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.62 |
| HSL | 12.41º | 0.8% | 0.21% | - |
| HSV(B) | 12.41º | 0.89% | 0.38% | - |
| XYZ | 5.54 | 3.5 | 0.7 | - |
| YUV | 47.58 | 107.36 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 11 | 0 | 0.70 | 0.89 | 0.62 | 12.41 | 0.8 | 0.21 |
| Hex | 62 | 1D | B | 0 | 46 | 59 | 3E | C | 50 | 15 |
| Octal | 142 | 35 | 13 | 0 | 106 | 131 | 76 | 14 | 120 | 25 |
| Binary | 1100010 | 11101 | 1011 | 0 | 1000110 | 1011001 | 111110 | 1100 | 1010000 | 10101 |
Color Harmonies of #621D0B
Complementary color
Monochromatic Colors of #621D0B
Black with #621D0B
Text Example
Text Example
White with #621D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621D0B; }
p { color: rgb(98,29,11); }
H1.HeaderClassName
{
color: #621D0B;
}
.AnyTagClassName
{
color: #621D0B;
}
</style>
background-color css
<style>
a { background-color: #621D0B; }
a { background-color: rgb(98,29,11); }
div.DivClassName
{
background-color: #621D0B;
}
.BgClassName
{
background-color: #621D0B;
}
</style>
border-color css
<style>
span { border-color: #621D0B; }
span { border-color: rgb(98,29,11); }
td.TdClassName
{
border-color: #621D0B;
}
.TagClassName
{
border-color: #621D0B;
}
</style>