Shades of Red Oxide #621D15
Tints of Red Oxide #621D15
RGB
CMYK
RGB Variations
Color information
#621D15 (or 0x621D15) is known color: Red Oxide. HEX triplet: 62, 1D and 15. RGB value is (98,29,21). Sum of RGB (Red+Green+Blue) = 98+29+21=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #621D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621D15 is #9DE2EA. Grayscale: #303030. Windows color (decimal): -10347243 or 1383778. OLE color: 1383778.
HSL color Cylindrical-coordinate representation of color #621D15: hue angle of 6.23º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621D15 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 29 | 21 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.62 |
| HSL | 6.23º | 0.65% | 0.23% | - |
| HSV(B) | 6.23º | 0.79% | 0.38% | - |
| XYZ | 5.61 | 3.53 | 1.09 | - |
| YUV | 48.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 29 | 21 | 0 | 0.70 | 0.79 | 0.62 | 6.23 | 0.65 | 0.23 |
| Hex | 62 | 1D | 15 | 0 | 46 | 4F | 3E | 6 | 41 | 17 |
| Octal | 142 | 35 | 25 | 0 | 106 | 117 | 76 | 6 | 101 | 27 |
| Binary | 1100010 | 11101 | 10101 | 0 | 1000110 | 1001111 | 111110 | 110 | 1000001 | 10111 |
Color Harmonies of #621D15
Complementary color
Monochromatic Colors of #621D15
Black with #621D15
Text Example
Text Example
White with #621D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621D15; }
p { color: rgb(98,29,21); }
H1.HeaderClassName
{
color: #621D15;
}
.AnyTagClassName
{
color: #621D15;
}
</style>
background-color css
<style>
a { background-color: #621D15; }
a { background-color: rgb(98,29,21); }
div.DivClassName
{
background-color: #621D15;
}
.BgClassName
{
background-color: #621D15;
}
</style>
border-color css
<style>
span { border-color: #621D15; }
span { border-color: rgb(98,29,21); }
td.TdClassName
{
border-color: #621D15;
}
.TagClassName
{
border-color: #621D15;
}
</style>