Shades of Red Oxide #601701
Tints of Red Oxide #601701
RGB
CMYK
RGB Variations
Color information
#601701 (or 0x601701) is known color: Red Oxide. HEX triplet: 60, 17 and 01. RGB value is (96,23,1). Sum of RGB (Red+Green+Blue) = 96+23+1=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #601701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601701 is #9FE8FE. Grayscale: #2A2A2A. Windows color (decimal): -10479871 or 71520. OLE color: 71520.
HSL color Cylindrical-coordinate representation of color #601701: hue angle of 13.89º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #601701 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.62 |
| HSL | 13.89º | 0.98% | 0.19% | - |
| HSV(B) | 13.89º | 0.99% | 0.38% | - |
| XYZ | 5.14 | 3.1 | 0.36 | - |
| YUV | 42.32 | 104.68 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 1 | 0 | 0.76 | 0.99 | 0.62 | 13.89 | 0.98 | 0.19 |
| Hex | 60 | 17 | 1 | 0 | 4C | 63 | 3E | E | 62 | 13 |
| Octal | 140 | 27 | 1 | 0 | 114 | 143 | 76 | 16 | 142 | 23 |
| Binary | 1100000 | 10111 | 1 | 0 | 1001100 | 1100011 | 111110 | 1110 | 1100010 | 10011 |
Color Harmonies of #601701
Complementary color
Monochromatic Colors of #601701
Black with #601701
Text Example
Text Example
White with #601701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601701; }
p { color: rgb(96,23,1); }
H1.HeaderClassName
{
color: #601701;
}
.AnyTagClassName
{
color: #601701;
}
</style>
background-color css
<style>
a { background-color: #601701; }
a { background-color: rgb(96,23,1); }
div.DivClassName
{
background-color: #601701;
}
.BgClassName
{
background-color: #601701;
}
</style>
border-color css
<style>
span { border-color: #601701; }
span { border-color: rgb(96,23,1); }
td.TdClassName
{
border-color: #601701;
}
.TagClassName
{
border-color: #601701;
}
</style>