Shades of Red Oxide #611405
Tints of Red Oxide #611405
RGB
CMYK
RGB Variations
Color information
#611405 (or 0x611405) is known color: Red Oxide. HEX triplet: 61, 14 and 05. RGB value is (97,20,5). Sum of RGB (Red+Green+Blue) = 97+20+5=122 (16% of max value = 765). Red value is 97 (38.28% from 255 or 79.51% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 97 - color contains mainly: red. Hex color #611405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611405 is #9EEBFA. Grayscale: #292929. Windows color (decimal): -10415099 or 332897. OLE color: 332897.
HSL color Cylindrical-coordinate representation of color #611405: hue angle of 9.78º 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 #611405 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 20 | 5 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.62 |
| HSL | 9.78º | 0.9% | 0.2% | - |
| HSV(B) | 9.78º | 0.95% | 0.38% | - |
| XYZ | 5.21 | 3.05 | 0.46 | - |
| YUV | 41.31 | 107.51 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 5 | 0 | 0.79 | 0.95 | 0.62 | 9.78 | 0.9 | 0.2 |
| Hex | 61 | 14 | 5 | 0 | 4F | 5F | 3E | A | 5A | 14 |
| Octal | 141 | 24 | 5 | 0 | 117 | 137 | 76 | 12 | 132 | 24 |
| Binary | 1100001 | 10100 | 101 | 0 | 1001111 | 1011111 | 111110 | 1010 | 1011010 | 10100 |
Color Harmonies of #611405
Complementary color
Monochromatic Colors of #611405
Black with #611405
Text Example
Text Example
White with #611405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611405; }
p { color: rgb(97,20,5); }
H1.HeaderClassName
{
color: #611405;
}
.AnyTagClassName
{
color: #611405;
}
</style>
background-color css
<style>
a { background-color: #611405; }
a { background-color: rgb(97,20,5); }
div.DivClassName
{
background-color: #611405;
}
.BgClassName
{
background-color: #611405;
}
</style>
border-color css
<style>
span { border-color: #611405; }
span { border-color: rgb(97,20,5); }
td.TdClassName
{
border-color: #611405;
}
.TagClassName
{
border-color: #611405;
}
</style>