Shades of Red Oxide #601409
Tints of Red Oxide #601409
RGB
CMYK
RGB Variations
Color information
#601409 (or 0x601409) is known color: Red Oxide. HEX triplet: 60, 14 and 09. RGB value is (96,20,9). Sum of RGB (Red+Green+Blue) = 96+20+9=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #601409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601409 is #9FEBF6. Grayscale: #292929. Windows color (decimal): -10480631 or 595040. OLE color: 595040.
HSL color Cylindrical-coordinate representation of color #601409: hue angle of 7.59º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #601409 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 9 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.62 |
| HSL | 7.59º | 0.83% | 0.21% | - |
| HSV(B) | 7.59º | 0.91% | 0.38% | - |
| XYZ | 5.12 | 3.01 | 0.57 | - |
| YUV | 41.47 | 109.68 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 9 | 0 | 0.79 | 0.91 | 0.62 | 7.59 | 0.83 | 0.21 |
| Hex | 60 | 14 | 9 | 0 | 4F | 5B | 3E | 8 | 53 | 15 |
| Octal | 140 | 24 | 11 | 0 | 117 | 133 | 76 | 10 | 123 | 25 |
| Binary | 1100000 | 10100 | 1001 | 0 | 1001111 | 1011011 | 111110 | 1000 | 1010011 | 10101 |
Color Harmonies of #601409
Complementary color
Monochromatic Colors of #601409
Black with #601409
Text Example
Text Example
White with #601409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601409; }
p { color: rgb(96,20,9); }
H1.HeaderClassName
{
color: #601409;
}
.AnyTagClassName
{
color: #601409;
}
</style>
background-color css
<style>
a { background-color: #601409; }
a { background-color: rgb(96,20,9); }
div.DivClassName
{
background-color: #601409;
}
.BgClassName
{
background-color: #601409;
}
</style>
border-color css
<style>
span { border-color: #601409; }
span { border-color: rgb(96,20,9); }
td.TdClassName
{
border-color: #601409;
}
.TagClassName
{
border-color: #601409;
}
</style>