Shades of Red Oxide #611904
Tints of Red Oxide #611904
RGB
CMYK
RGB Variations
Color information
#611904 (or 0x611904) is known color: Red Oxide. HEX triplet: 61, 19 and 04. RGB value is (97,25,4). Sum of RGB (Red+Green+Blue) = 97+25+4=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #611904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611904 is #9EE6FB. Grayscale: #2C2C2C. Windows color (decimal): -10413820 or 268641. OLE color: 268641.
HSL color Cylindrical-coordinate representation of color #611904: hue angle of 13.55º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #611904 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 25 | 4 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.62 |
| HSL | 13.55º | 0.92% | 0.2% | - |
| HSV(B) | 13.55º | 0.96% | 0.38% | - |
| XYZ | 5.3 | 3.25 | 0.46 | - |
| YUV | 44.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 4 | 0 | 0.74 | 0.96 | 0.62 | 13.55 | 0.92 | 0.2 |
| Hex | 61 | 19 | 4 | 0 | 4A | 60 | 3E | E | 5C | 14 |
| Octal | 141 | 31 | 4 | 0 | 112 | 140 | 76 | 16 | 134 | 24 |
| Binary | 1100001 | 11001 | 100 | 0 | 1001010 | 1100000 | 111110 | 1110 | 1011100 | 10100 |
Color Harmonies of #611904
Complementary color
Monochromatic Colors of #611904
Black with #611904
Text Example
Text Example
White with #611904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611904; }
p { color: rgb(97,25,4); }
H1.HeaderClassName
{
color: #611904;
}
.AnyTagClassName
{
color: #611904;
}
</style>
background-color css
<style>
a { background-color: #611904; }
a { background-color: rgb(97,25,4); }
div.DivClassName
{
background-color: #611904;
}
.BgClassName
{
background-color: #611904;
}
</style>
border-color css
<style>
span { border-color: #611904; }
span { border-color: rgb(97,25,4); }
td.TdClassName
{
border-color: #611904;
}
.TagClassName
{
border-color: #611904;
}
</style>