Shades of Red Oxide #661104
Tints of Red Oxide #661104
RGB
CMYK
RGB Variations
Color information
#661104 (or 0x661104) is known color: Red Oxide. HEX triplet: 66, 11 and 04. RGB value is (102,17,4). Sum of RGB (Red+Green+Blue) = 102+17+4=123 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.93% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 102 - color contains mainly: red. Hex color #661104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661104 is #99EEFB. Grayscale: #292929. Windows color (decimal): -10088188 or 266598. OLE color: 266598.
HSL color Cylindrical-coordinate representation of color #661104: hue angle of 7.96º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #661104 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 17 | 4 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.6 |
| HSL | 7.96º | 0.92% | 0.21% | - |
| HSV(B) | 7.96º | 0.96% | 0.4% | - |
| XYZ | 5.7 | 3.23 | 0.44 | - |
| YUV | 40.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 4 | 0 | 0.83 | 0.96 | 0.6 | 7.96 | 0.92 | 0.21 |
| Hex | 66 | 11 | 4 | 0 | 53 | 60 | 3C | 8 | 5C | 15 |
| Octal | 146 | 21 | 4 | 0 | 123 | 140 | 74 | 10 | 134 | 25 |
| Binary | 1100110 | 10001 | 100 | 0 | 1010011 | 1100000 | 111100 | 1000 | 1011100 | 10101 |
Color Harmonies of #661104
Complementary color
Monochromatic Colors of #661104
Black with #661104
Text Example
Text Example
White with #661104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661104; }
p { color: rgb(102,17,4); }
H1.HeaderClassName
{
color: #661104;
}
.AnyTagClassName
{
color: #661104;
}
</style>
background-color css
<style>
a { background-color: #661104; }
a { background-color: rgb(102,17,4); }
div.DivClassName
{
background-color: #661104;
}
.BgClassName
{
background-color: #661104;
}
</style>
border-color css
<style>
span { border-color: #661104; }
span { border-color: rgb(102,17,4); }
td.TdClassName
{
border-color: #661104;
}
.TagClassName
{
border-color: #661104;
}
</style>