Shades of Red Oxide #621A15
Tints of Red Oxide #621A15
RGB
CMYK
RGB Variations
Color information
#621A15 (or 0x621A15) is known color: Red Oxide. HEX triplet: 62, 1A and 15. RGB value is (98,26,21). Sum of RGB (Red+Green+Blue) = 98+26+21=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #621A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A15 is #9DE5EA. Grayscale: #2F2F2F. Windows color (decimal): -10348011 or 1383010. OLE color: 1383010.
HSL color Cylindrical-coordinate representation of color #621A15: hue angle of 3.9º 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 #621A15 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 26 | 21 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.62 |
| HSL | 3.9º | 0.65% | 0.23% | - |
| HSV(B) | 3.9º | 0.79% | 0.38% | - |
| XYZ | 5.54 | 3.39 | 1.07 | - |
| YUV | 46.96 | 113.35 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 26 | 21 | 0 | 0.73 | 0.79 | 0.62 | 3.9 | 0.65 | 0.23 |
| Hex | 62 | 1A | 15 | 0 | 49 | 4F | 3E | 4 | 41 | 17 |
| Octal | 142 | 32 | 25 | 0 | 111 | 117 | 76 | 4 | 101 | 27 |
| Binary | 1100010 | 11010 | 10101 | 0 | 1001001 | 1001111 | 111110 | 100 | 1000001 | 10111 |
Color Harmonies of #621A15
Complementary color
Monochromatic Colors of #621A15
Black with #621A15
Text Example
Text Example
White with #621A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621A15; }
p { color: rgb(98,26,21); }
H1.HeaderClassName
{
color: #621A15;
}
.AnyTagClassName
{
color: #621A15;
}
</style>
background-color css
<style>
a { background-color: #621A15; }
a { background-color: rgb(98,26,21); }
div.DivClassName
{
background-color: #621A15;
}
.BgClassName
{
background-color: #621A15;
}
</style>
border-color css
<style>
span { border-color: #621A15; }
span { border-color: rgb(98,26,21); }
td.TdClassName
{
border-color: #621A15;
}
.TagClassName
{
border-color: #621A15;
}
</style>