Shades of Red Oxide #661913
Tints of Red Oxide #661913
RGB
CMYK
RGB Variations
Color information
#661913 (or 0x661913) is known color: Red Oxide. HEX triplet: 66, 19 and 13. RGB value is (102,25,19). Sum of RGB (Red+Green+Blue) = 102+25+19=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #661913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661913 is #99E6EC. Grayscale: #2F2F2F. Windows color (decimal): -10086125 or 1251686. OLE color: 1251686.
HSL color Cylindrical-coordinate representation of color #661913: hue angle of 4.34º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661913 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 25 | 19 | - |
| CMYK | 0 | 0.75 | 0.81 | 0.6 |
| HSL | 4.34º | 0.69% | 0.24% | - |
| HSV(B) | 4.34º | 0.81% | 0.4% | - |
| XYZ | 5.94 | 3.57 | 0.99 | - |
| YUV | 47.34 | 112.01 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 25 | 19 | 0 | 0.75 | 0.81 | 0.6 | 4.34 | 0.69 | 0.24 |
| Hex | 66 | 19 | 13 | 0 | 4B | 51 | 3C | 4 | 45 | 18 |
| Octal | 146 | 31 | 23 | 0 | 113 | 121 | 74 | 4 | 105 | 30 |
| Binary | 1100110 | 11001 | 10011 | 0 | 1001011 | 1010001 | 111100 | 100 | 1000101 | 11000 |
Color Harmonies of #661913
Complementary color
Monochromatic Colors of #661913
Black with #661913
Text Example
Text Example
White with #661913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661913; }
p { color: rgb(102,25,19); }
H1.HeaderClassName
{
color: #661913;
}
.AnyTagClassName
{
color: #661913;
}
</style>
background-color css
<style>
a { background-color: #661913; }
a { background-color: rgb(102,25,19); }
div.DivClassName
{
background-color: #661913;
}
.BgClassName
{
background-color: #661913;
}
</style>
border-color css
<style>
span { border-color: #661913; }
span { border-color: rgb(102,25,19); }
td.TdClassName
{
border-color: #661913;
}
.TagClassName
{
border-color: #661913;
}
</style>