Shades of Red Oxide #621D17
Tints of Red Oxide #621D17
RGB
CMYK
RGB Variations
Color information
#621D17 (or 0x621D17) is known color: Red Oxide. HEX triplet: 62, 1D and 17. RGB value is (98,29,23). Sum of RGB (Red+Green+Blue) = 98+29+23=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #621D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621D17 is #9DE2E8. Grayscale: #313131. Windows color (decimal): -10347241 or 1514850. OLE color: 1514850.
HSL color Cylindrical-coordinate representation of color #621D17: hue angle of 4.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621D17 is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 29 | 23 | - |
| CMYK | 0 | 0.70 | 0.77 | 0.62 |
| HSL | 4.8º | 0.62% | 0.24% | - |
| HSV(B) | 4.8º | 0.77% | 0.38% | - |
| XYZ | 5.63 | 3.54 | 1.2 | - |
| YUV | 48.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 23 | 0 | 0.70 | 0.77 | 0.62 | 4.8 | 0.62 | 0.24 |
| Hex | 62 | 1D | 17 | 0 | 46 | 4D | 3E | 5 | 3E | 18 |
| Octal | 142 | 35 | 27 | 0 | 106 | 115 | 76 | 5 | 76 | 30 |
| Binary | 1100010 | 11101 | 10111 | 0 | 1000110 | 1001101 | 111110 | 101 | 111110 | 11000 |
Color Harmonies of #621D17
Complementary color
Monochromatic Colors of #621D17
Black with #621D17
Text Example
Text Example
White with #621D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621D17; }
p { color: rgb(98,29,23); }
H1.HeaderClassName
{
color: #621D17;
}
.AnyTagClassName
{
color: #621D17;
}
</style>
background-color css
<style>
a { background-color: #621D17; }
a { background-color: rgb(98,29,23); }
div.DivClassName
{
background-color: #621D17;
}
.BgClassName
{
background-color: #621D17;
}
</style>
border-color css
<style>
span { border-color: #621D17; }
span { border-color: rgb(98,29,23); }
td.TdClassName
{
border-color: #621D17;
}
.TagClassName
{
border-color: #621D17;
}
</style>