Shades of Red Oxide #601F16
Tints of Red Oxide #601F16
RGB
CMYK
RGB Variations
Color information
#601F16 (or 0x601F16) is known color: Red Oxide. HEX triplet: 60, 1F and 16. RGB value is (96,31,22). Sum of RGB (Red+Green+Blue) = 96+31+22=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601F16 is #9FE0E9. Grayscale: #313131. Windows color (decimal): -10477802 or 1449824. OLE color: 1449824.
HSL color Cylindrical-coordinate representation of color #601F16: hue angle of 7.3º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601F16 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 31 | 22 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.62 |
| HSL | 7.3º | 0.63% | 0.23% | - |
| HSV(B) | 7.3º | 0.77% | 0.38% | - |
| XYZ | 5.46 | 3.52 | 1.15 | - |
| YUV | 49.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 31 | 22 | 0 | 0.68 | 0.77 | 0.62 | 7.3 | 0.63 | 0.23 |
| Hex | 60 | 1F | 16 | 0 | 44 | 4D | 3E | 7 | 3F | 17 |
| Octal | 140 | 37 | 26 | 0 | 104 | 115 | 76 | 7 | 77 | 27 |
| Binary | 1100000 | 11111 | 10110 | 0 | 1000100 | 1001101 | 111110 | 111 | 111111 | 10111 |
Color Harmonies of #601F16
Complementary color
Monochromatic Colors of #601F16
Black with #601F16
Text Example
Text Example
White with #601F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601F16; }
p { color: rgb(96,31,22); }
H1.HeaderClassName
{
color: #601F16;
}
.AnyTagClassName
{
color: #601F16;
}
</style>
background-color css
<style>
a { background-color: #601F16; }
a { background-color: rgb(96,31,22); }
div.DivClassName
{
background-color: #601F16;
}
.BgClassName
{
background-color: #601F16;
}
</style>
border-color css
<style>
span { border-color: #601F16; }
span { border-color: rgb(96,31,22); }
td.TdClassName
{
border-color: #601F16;
}
.TagClassName
{
border-color: #601F16;
}
</style>