Shades of Red Oxide #621C13
Tints of Red Oxide #621C13
RGB
CMYK
RGB Variations
Color information
#621C13 (or 0x621C13) is known color: Red Oxide. HEX triplet: 62, 1C and 13. RGB value is (98,28,19). Sum of RGB (Red+Green+Blue) = 98+28+19=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #621C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C13 is #9DE3EC. Grayscale: #303030. Windows color (decimal): -10347501 or 1252450. OLE color: 1252450.
HSL color Cylindrical-coordinate representation of color #621C13: hue angle of 6.84º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621C13 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 28 | 19 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.62 |
| HSL | 6.84º | 0.68% | 0.23% | - |
| HSV(B) | 6.84º | 0.81% | 0.38% | - |
| XYZ | 5.57 | 3.47 | 0.99 | - |
| YUV | 47.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 28 | 19 | 0 | 0.71 | 0.81 | 0.62 | 6.84 | 0.68 | 0.23 |
| Hex | 62 | 1C | 13 | 0 | 47 | 51 | 3E | 7 | 44 | 17 |
| Octal | 142 | 34 | 23 | 0 | 107 | 121 | 76 | 7 | 104 | 27 |
| Binary | 1100010 | 11100 | 10011 | 0 | 1000111 | 1010001 | 111110 | 111 | 1000100 | 10111 |
Color Harmonies of #621C13
Complementary color
Monochromatic Colors of #621C13
Black with #621C13
Text Example
Text Example
White with #621C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621C13; }
p { color: rgb(98,28,19); }
H1.HeaderClassName
{
color: #621C13;
}
.AnyTagClassName
{
color: #621C13;
}
</style>
background-color css
<style>
a { background-color: #621C13; }
a { background-color: rgb(98,28,19); }
div.DivClassName
{
background-color: #621C13;
}
.BgClassName
{
background-color: #621C13;
}
</style>
border-color css
<style>
span { border-color: #621C13; }
span { border-color: rgb(98,28,19); }
td.TdClassName
{
border-color: #621C13;
}
.TagClassName
{
border-color: #621C13;
}
</style>