Shades of Red Oxide #621800
Tints of Red Oxide #621800
RGB
CMYK
RGB Variations
Color information
#621800 (or 0x621800) is known color: Red Oxide. HEX triplet: 62, 18 and 00. RGB value is (98,24,0). Sum of RGB (Red+Green+Blue) = 98+24+0=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #621800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621800 is #9DE7FF. Grayscale: #2B2B2B. Windows color (decimal): -10348544 or 6242. OLE color: 6242.
HSL color Cylindrical-coordinate representation of color #621800: hue angle of 14.69º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #621800 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 24 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.62 |
| HSL | 14.69º | 1% | 0.19% | - |
| HSV(B) | 14.69º | 1% | 0.38% | - |
| XYZ | 5.36 | 3.25 | 0.34 | - |
| YUV | 43.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 24 | 0 | 0 | 0.76 | 1 | 0.62 | 14.69 | 1 | 0.19 |
| Hex | 62 | 18 | 0 | 0 | 4C | 64 | 3E | F | 64 | 13 |
| Octal | 142 | 30 | 0 | 0 | 114 | 144 | 76 | 17 | 144 | 23 |
| Binary | 1100010 | 11000 | 0 | 0 | 1001100 | 1100100 | 111110 | 1111 | 1100100 | 10011 |
Color Harmonies of #621800
Complementary color
Monochromatic Colors of #621800
Black with #621800
Text Example
Text Example
White with #621800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621800; }
p { color: rgb(98,24,0); }
H1.HeaderClassName
{
color: #621800;
}
.AnyTagClassName
{
color: #621800;
}
</style>
background-color css
<style>
a { background-color: #621800; }
a { background-color: rgb(98,24,0); }
div.DivClassName
{
background-color: #621800;
}
.BgClassName
{
background-color: #621800;
}
</style>
border-color css
<style>
span { border-color: #621800; }
span { border-color: rgb(98,24,0); }
td.TdClassName
{
border-color: #621800;
}
.TagClassName
{
border-color: #621800;
}
</style>