Shades of Red Oxide #671204
Tints of Red Oxide #671204
RGB
CMYK
RGB Variations
Color information
#671204 (or 0x671204) is known color: Red Oxide. HEX triplet: 67, 12 and 04. RGB value is (103,18,4). Sum of RGB (Red+Green+Blue) = 103+18+4=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #671204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671204 is #98EDFB. Grayscale: #292929. Windows color (decimal): -10022396 or 266855. OLE color: 266855.
HSL color Cylindrical-coordinate representation of color #671204: hue angle of 8.48º degrees, saturation: 0.93, 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 #671204 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 18 | 4 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.60 |
| HSL | 8.48º | 0.93% | 0.21% | - |
| HSV(B) | 8.48º | 0.96% | 0.4% | - |
| XYZ | 5.83 | 3.32 | 0.45 | - |
| YUV | 41.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 4 | 0 | 0.83 | 0.96 | 0.60 | 8.48 | 0.93 | 0.21 |
| Hex | 67 | 12 | 4 | 0 | 53 | 60 | 3C | 8 | 5D | 15 |
| Octal | 147 | 22 | 4 | 0 | 123 | 140 | 74 | 10 | 135 | 25 |
| Binary | 1100111 | 10010 | 100 | 0 | 1010011 | 1100000 | 111100 | 1000 | 1011101 | 10101 |
Color Harmonies of #671204
Complementary color
Monochromatic Colors of #671204
Black with #671204
Text Example
Text Example
White with #671204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671204; }
p { color: rgb(103,18,4); }
H1.HeaderClassName
{
color: #671204;
}
.AnyTagClassName
{
color: #671204;
}
</style>
background-color css
<style>
a { background-color: #671204; }
a { background-color: rgb(103,18,4); }
div.DivClassName
{
background-color: #671204;
}
.BgClassName
{
background-color: #671204;
}
</style>
border-color css
<style>
span { border-color: #671204; }
span { border-color: rgb(103,18,4); }
td.TdClassName
{
border-color: #671204;
}
.TagClassName
{
border-color: #671204;
}
</style>