Shades of Red Oxide #661304
Tints of Red Oxide #661304
RGB
CMYK
RGB Variations
Color information
#661304 (or 0x661304) is known color: Red Oxide. HEX triplet: 66, 13 and 04. RGB value is (102,19,4). Sum of RGB (Red+Green+Blue) = 102+19+4=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #661304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661304 is #99ECFB. Grayscale: #2A2A2A. Windows color (decimal): -10087676 or 267110. OLE color: 267110.
HSL color Cylindrical-coordinate representation of color #661304: hue angle of 9.18º 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 #661304 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 19 | 4 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.6 |
| HSL | 9.18º | 0.92% | 0.21% | - |
| HSV(B) | 9.18º | 0.96% | 0.4% | - |
| XYZ | 5.73 | 3.3 | 0.45 | - |
| YUV | 42.11 | 106.5 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 4 | 0 | 0.81 | 0.96 | 0.6 | 9.18 | 0.92 | 0.21 |
| Hex | 66 | 13 | 4 | 0 | 51 | 60 | 3C | 9 | 5C | 15 |
| Octal | 146 | 23 | 4 | 0 | 121 | 140 | 74 | 11 | 134 | 25 |
| Binary | 1100110 | 10011 | 100 | 0 | 1010001 | 1100000 | 111100 | 1001 | 1011100 | 10101 |
Color Harmonies of #661304
Complementary color
Monochromatic Colors of #661304
Black with #661304
Text Example
Text Example
White with #661304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661304; }
p { color: rgb(102,19,4); }
H1.HeaderClassName
{
color: #661304;
}
.AnyTagClassName
{
color: #661304;
}
</style>
background-color css
<style>
a { background-color: #661304; }
a { background-color: rgb(102,19,4); }
div.DivClassName
{
background-color: #661304;
}
.BgClassName
{
background-color: #661304;
}
</style>
border-color css
<style>
span { border-color: #661304; }
span { border-color: rgb(102,19,4); }
td.TdClassName
{
border-color: #661304;
}
.TagClassName
{
border-color: #661304;
}
</style>