Shades of Red Oxide #621B05
Tints of Red Oxide #621B05
RGB
CMYK
RGB Variations
Color information
#621B05 (or 0x621B05) is known color: Red Oxide. HEX triplet: 62, 1B and 05. RGB value is (98,27,5). Sum of RGB (Red+Green+Blue) = 98+27+5=130 (17% of max value = 765). Red value is 98 (38.67% from 255 or 75.38% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 98 - color contains mainly: red. Hex color #621B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B05 is #9DE4FA. Grayscale: #2D2D2D. Windows color (decimal): -10347771 or 334690. OLE color: 334690.
HSL color Cylindrical-coordinate representation of color #621B05: hue angle of 14.19º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #621B05 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 27 | 5 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.62 |
| HSL | 14.19º | 0.9% | 0.2% | - |
| HSV(B) | 14.19º | 0.95% | 0.38% | - |
| XYZ | 5.46 | 3.39 | 0.51 | - |
| YUV | 45.72 | 105.02 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 27 | 5 | 0 | 0.72 | 0.95 | 0.62 | 14.19 | 0.9 | 0.2 |
| Hex | 62 | 1B | 5 | 0 | 48 | 5F | 3E | E | 5A | 14 |
| Octal | 142 | 33 | 5 | 0 | 110 | 137 | 76 | 16 | 132 | 24 |
| Binary | 1100010 | 11011 | 101 | 0 | 1001000 | 1011111 | 111110 | 1110 | 1011010 | 10100 |
Color Harmonies of #621B05
Complementary color
Monochromatic Colors of #621B05
Black with #621B05
Text Example
Text Example
White with #621B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #621B05; }
p { color: rgb(98,27,5); }
H1.HeaderClassName
{
color: #621B05;
}
.AnyTagClassName
{
color: #621B05;
}
</style>
background-color css
<style>
a { background-color: #621B05; }
a { background-color: rgb(98,27,5); }
div.DivClassName
{
background-color: #621B05;
}
.BgClassName
{
background-color: #621B05;
}
</style>
border-color css
<style>
span { border-color: #621B05; }
span { border-color: rgb(98,27,5); }
td.TdClassName
{
border-color: #621B05;
}
.TagClassName
{
border-color: #621B05;
}
</style>