Shades of Red Oxide #601407
Tints of Red Oxide #601407
RGB
CMYK
RGB Variations
Color information
#601407 (or 0x601407) is known color: Red Oxide. HEX triplet: 60, 14 and 07. RGB value is (96,20,7). Sum of RGB (Red+Green+Blue) = 96+20+7=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #601407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601407 is #9FEBF8. Grayscale: #292929. Windows color (decimal): -10480633 or 463968. OLE color: 463968.
HSL color Cylindrical-coordinate representation of color #601407: hue angle of 8.76º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #601407 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 20 | 7 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.62 |
| HSL | 8.76º | 0.86% | 0.2% | - |
| HSV(B) | 8.76º | 0.93% | 0.38% | - |
| XYZ | 5.11 | 3 | 0.51 | - |
| YUV | 41.24 | 108.68 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 20 | 7 | 0 | 0.79 | 0.93 | 0.62 | 8.76 | 0.86 | 0.2 |
| Hex | 60 | 14 | 7 | 0 | 4F | 5D | 3E | 9 | 56 | 14 |
| Octal | 140 | 24 | 7 | 0 | 117 | 135 | 76 | 11 | 126 | 24 |
| Binary | 1100000 | 10100 | 111 | 0 | 1001111 | 1011101 | 111110 | 1001 | 1010110 | 10100 |
Color Harmonies of #601407
Complementary color
Monochromatic Colors of #601407
Black with #601407
Text Example
Text Example
White with #601407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601407; }
p { color: rgb(96,20,7); }
H1.HeaderClassName
{
color: #601407;
}
.AnyTagClassName
{
color: #601407;
}
</style>
background-color css
<style>
a { background-color: #601407; }
a { background-color: rgb(96,20,7); }
div.DivClassName
{
background-color: #601407;
}
.BgClassName
{
background-color: #601407;
}
</style>
border-color css
<style>
span { border-color: #601407; }
span { border-color: rgb(96,20,7); }
td.TdClassName
{
border-color: #601407;
}
.TagClassName
{
border-color: #601407;
}
</style>