Shades of Red Oxide #621100
Tints of Red Oxide #621100
RGB
CMYK
RGB Variations
Color information
#621100 (or 0x621100) is known color: Red Oxide. HEX triplet: 62, 11 and 00. RGB value is (98,17,0). Sum of RGB (Red+Green+Blue) = 98+17+0=115 (15% of max value = 765). Red value is 98 (38.67% from 255 or 85.22% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 98 - color contains mainly: red. Hex color #621100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621100 is #9DEEFF. Grayscale: #272727. Windows color (decimal): -10350336 or 4450. OLE color: 4450.
HSL color Cylindrical-coordinate representation of color #621100: hue angle of 10.41º 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 #621100 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 17 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.62 |
| HSL | 10.41º | 1% | 0.19% | - |
| HSV(B) | 10.41º | 1% | 0.38% | - |
| XYZ | 5.24 | 3 | 0.3 | - |
| YUV | 39.28 | 105.84 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 0 | 0 | 0.83 | 1 | 0.62 | 10.41 | 1 | 0.19 |
| Hex | 62 | 11 | 0 | 0 | 53 | 64 | 3E | A | 64 | 13 |
| Octal | 142 | 21 | 0 | 0 | 123 | 144 | 76 | 12 | 144 | 23 |
| Binary | 1100010 | 10001 | 0 | 0 | 1010011 | 1100100 | 111110 | 1010 | 1100100 | 10011 |
Color Harmonies of #621100
Complementary color
Monochromatic Colors of #621100
Black with #621100
Text Example
Text Example
White with #621100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621100; }
p { color: rgb(98,17,0); }
H1.HeaderClassName
{
color: #621100;
}
.AnyTagClassName
{
color: #621100;
}
</style>
background-color css
<style>
a { background-color: #621100; }
a { background-color: rgb(98,17,0); }
div.DivClassName
{
background-color: #621100;
}
.BgClassName
{
background-color: #621100;
}
</style>
border-color css
<style>
span { border-color: #621100; }
span { border-color: rgb(98,17,0); }
td.TdClassName
{
border-color: #621100;
}
.TagClassName
{
border-color: #621100;
}
</style>