Shades of Red Oxide #601814
Tints of Red Oxide #601814
RGB
CMYK
RGB Variations
Color information
#601814 (or 0x601814) is known color: Red Oxide. HEX triplet: 60, 18 and 14. RGB value is (96,24,20). Sum of RGB (Red+Green+Blue) = 96+24+20=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #601814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601814 is #9FE7EB. Grayscale: #2D2D2D. Windows color (decimal): -10479596 or 1316960. OLE color: 1316960.
HSL color Cylindrical-coordinate representation of color #601814: hue angle of 3.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601814 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 24 | 20 | - |
| CMYK | 0 | 0.75 | 0.79 | 0.62 |
| HSL | 3.16º | 0.66% | 0.23% | - |
| HSV(B) | 3.16º | 0.79% | 0.38% | - |
| XYZ | 5.28 | 3.19 | 1 | - |
| YUV | 45.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 24 | 20 | 0 | 0.75 | 0.79 | 0.62 | 3.16 | 0.66 | 0.23 |
| Hex | 60 | 18 | 14 | 0 | 4B | 4F | 3E | 3 | 42 | 17 |
| Octal | 140 | 30 | 24 | 0 | 113 | 117 | 76 | 3 | 102 | 27 |
| Binary | 1100000 | 11000 | 10100 | 0 | 1001011 | 1001111 | 111110 | 11 | 1000010 | 10111 |
Color Harmonies of #601814
Complementary color
Monochromatic Colors of #601814
Black with #601814
Text Example
Text Example
White with #601814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601814; }
p { color: rgb(96,24,20); }
H1.HeaderClassName
{
color: #601814;
}
.AnyTagClassName
{
color: #601814;
}
</style>
background-color css
<style>
a { background-color: #601814; }
a { background-color: rgb(96,24,20); }
div.DivClassName
{
background-color: #601814;
}
.BgClassName
{
background-color: #601814;
}
</style>
border-color css
<style>
span { border-color: #601814; }
span { border-color: rgb(96,24,20); }
td.TdClassName
{
border-color: #601814;
}
.TagClassName
{
border-color: #601814;
}
</style>