Shades of Red Oxide #601313
Tints of Red Oxide #601313
RGB
CMYK
RGB Variations
Color information
#601313 (or 0x601313) is known color: Red Oxide. HEX triplet: 60, 13 and 13. RGB value is (96,19,19). Sum of RGB (Red+Green+Blue) = 96+19+19=134 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.64% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 96 - color contains mainly: red. Hex color #601313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601313 is #9FECEC. Grayscale: #2A2A2A. Windows color (decimal): -10480877 or 1250144. OLE color: 1250144.
HSL color Cylindrical-coordinate representation of color #601313: hue angle of 0º 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 #601313 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 19 | 19 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.62 |
| HSL | 0º | 0.67% | 0.23% | - |
| HSV(B) | 0º | 0.8% | 0.38% | - |
| XYZ | 5.17 | 3 | 0.92 | - |
| YUV | 42.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 19 | 19 | 0 | 0.80 | 0.80 | 0.62 | 0 | 0.67 | 0.23 |
| Hex | 60 | 13 | 13 | 0 | 50 | 50 | 3E | 0 | 43 | 17 |
| Octal | 140 | 23 | 23 | 0 | 120 | 120 | 76 | 0 | 103 | 27 |
| Binary | 1100000 | 10011 | 10011 | 0 | 1010000 | 1010000 | 111110 | 0 | 1000011 | 10111 |
Color Harmonies of #601313
Complementary color
Monochromatic Colors of #601313
Black with #601313
Text Example
Text Example
White with #601313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601313; }
p { color: rgb(96,19,19); }
H1.HeaderClassName
{
color: #601313;
}
.AnyTagClassName
{
color: #601313;
}
</style>
background-color css
<style>
a { background-color: #601313; }
a { background-color: rgb(96,19,19); }
div.DivClassName
{
background-color: #601313;
}
.BgClassName
{
background-color: #601313;
}
</style>
border-color css
<style>
span { border-color: #601313; }
span { border-color: rgb(96,19,19); }
td.TdClassName
{
border-color: #601313;
}
.TagClassName
{
border-color: #601313;
}
</style>