Shades of Red Oxide #601713
Tints of Red Oxide #601713
RGB
CMYK
RGB Variations
Color information
#601713 (or 0x601713) is known color: Red Oxide. HEX triplet: 60, 17 and 13. RGB value is (96,23,19). Sum of RGB (Red+Green+Blue) = 96+23+19=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #601713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601713 is #9FE8EC. Grayscale: #2C2C2C. Windows color (decimal): -10479853 or 1251168. OLE color: 1251168.
HSL color Cylindrical-coordinate representation of color #601713: hue angle of 3.12º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601713 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 23 | 19 | - |
| CMYK | 0 | 0.76 | 0.80 | 0.62 |
| HSL | 3.12º | 0.67% | 0.23% | - |
| HSV(B) | 3.12º | 0.8% | 0.38% | - |
| XYZ | 5.25 | 3.15 | 0.95 | - |
| YUV | 44.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 23 | 19 | 0 | 0.76 | 0.80 | 0.62 | 3.12 | 0.67 | 0.23 |
| Hex | 60 | 17 | 13 | 0 | 4C | 50 | 3E | 3 | 43 | 17 |
| Octal | 140 | 27 | 23 | 0 | 114 | 120 | 76 | 3 | 103 | 27 |
| Binary | 1100000 | 10111 | 10011 | 0 | 1001100 | 1010000 | 111110 | 11 | 1000011 | 10111 |
Color Harmonies of #601713
Complementary color
Monochromatic Colors of #601713
Black with #601713
Text Example
Text Example
White with #601713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601713; }
p { color: rgb(96,23,19); }
H1.HeaderClassName
{
color: #601713;
}
.AnyTagClassName
{
color: #601713;
}
</style>
background-color css
<style>
a { background-color: #601713; }
a { background-color: rgb(96,23,19); }
div.DivClassName
{
background-color: #601713;
}
.BgClassName
{
background-color: #601713;
}
</style>
border-color css
<style>
span { border-color: #601713; }
span { border-color: rgb(96,23,19); }
td.TdClassName
{
border-color: #601713;
}
.TagClassName
{
border-color: #601713;
}
</style>