Shades of Red Oxide #601308
Tints of Red Oxide #601308
RGB
CMYK
RGB Variations
Color information
#601308 (or 0x601308) is known color: Red Oxide. HEX triplet: 60, 13 and 08. RGB value is (96,19,8). Sum of RGB (Red+Green+Blue) = 96+19+8=123 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.05% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 96 - color contains mainly: red. Hex color #601308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601308 is #9FECF7. Grayscale: #282828. Windows color (decimal): -10480888 or 529248. OLE color: 529248.
HSL color Cylindrical-coordinate representation of color #601308: hue angle of 7.5º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #601308 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 8 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.62 |
| HSL | 7.5º | 0.85% | 0.2% | - |
| HSV(B) | 7.5º | 0.92% | 0.38% | - |
| XYZ | 5.1 | 2.97 | 0.53 | - |
| YUV | 40.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 8 | 0 | 0.80 | 0.92 | 0.62 | 7.5 | 0.85 | 0.2 |
| Hex | 60 | 13 | 8 | 0 | 50 | 5C | 3E | 8 | 55 | 14 |
| Octal | 140 | 23 | 10 | 0 | 120 | 134 | 76 | 10 | 125 | 24 |
| Binary | 1100000 | 10011 | 1000 | 0 | 1010000 | 1011100 | 111110 | 1000 | 1010101 | 10100 |
Color Harmonies of #601308
Complementary color
Monochromatic Colors of #601308
Black with #601308
Text Example
Text Example
White with #601308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601308; }
p { color: rgb(96,19,8); }
H1.HeaderClassName
{
color: #601308;
}
.AnyTagClassName
{
color: #601308;
}
</style>
background-color css
<style>
a { background-color: #601308; }
a { background-color: rgb(96,19,8); }
div.DivClassName
{
background-color: #601308;
}
.BgClassName
{
background-color: #601308;
}
</style>
border-color css
<style>
span { border-color: #601308; }
span { border-color: rgb(96,19,8); }
td.TdClassName
{
border-color: #601308;
}
.TagClassName
{
border-color: #601308;
}
</style>