Shades of Red Oxide #621713
Tints of Red Oxide #621713
RGB
CMYK
RGB Variations
Color information
#621713 (or 0x621713) is known color: Red Oxide. HEX triplet: 62, 17 and 13. RGB value is (98,23,19). Sum of RGB (Red+Green+Blue) = 98+23+19=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621713 is #9DE8EC. Grayscale: #2D2D2D. Windows color (decimal): -10348781 or 1251170. OLE color: 1251170.
HSL color Cylindrical-coordinate representation of color #621713: hue angle of 3.04º 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 #621713 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 23 | 19 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.62 |
| HSL | 3.04º | 0.68% | 0.23% | - |
| HSV(B) | 3.04º | 0.81% | 0.38% | - |
| XYZ | 5.46 | 3.26 | 0.96 | - |
| YUV | 44.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 19 | 0 | 0.77 | 0.81 | 0.62 | 3.04 | 0.68 | 0.23 |
| Hex | 62 | 17 | 13 | 0 | 4D | 51 | 3E | 3 | 44 | 17 |
| Octal | 142 | 27 | 23 | 0 | 115 | 121 | 76 | 3 | 104 | 27 |
| Binary | 1100010 | 10111 | 10011 | 0 | 1001101 | 1010001 | 111110 | 11 | 1000100 | 10111 |
Color Harmonies of #621713
Complementary color
Monochromatic Colors of #621713
Black with #621713
Text Example
Text Example
White with #621713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621713; }
p { color: rgb(98,23,19); }
H1.HeaderClassName
{
color: #621713;
}
.AnyTagClassName
{
color: #621713;
}
</style>
background-color css
<style>
a { background-color: #621713; }
a { background-color: rgb(98,23,19); }
div.DivClassName
{
background-color: #621713;
}
.BgClassName
{
background-color: #621713;
}
</style>
border-color css
<style>
span { border-color: #621713; }
span { border-color: rgb(98,23,19); }
td.TdClassName
{
border-color: #621713;
}
.TagClassName
{
border-color: #621713;
}
</style>