Shades of Red Oxide #671804
Tints of Red Oxide #671804
RGB
CMYK
RGB Variations
Color information
#671804 (or 0x671804) is known color: Red Oxide. HEX triplet: 67, 18 and 04. RGB value is (103,24,4). Sum of RGB (Red+Green+Blue) = 103+24+4=131 (17% of max value = 765). Red value is 103 (40.62% from 255 or 78.63% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 103 - color contains mainly: red. Hex color #671804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671804 is #98E7FB. Grayscale: #2D2D2D. Windows color (decimal): -10020860 or 268391. OLE color: 268391.
HSL color Cylindrical-coordinate representation of color #671804: hue angle of 12.12º 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 #671804 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 24 | 4 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.60 |
| HSL | 12.12º | 0.93% | 0.21% | - |
| HSV(B) | 12.12º | 0.96% | 0.4% | - |
| XYZ | 5.94 | 3.55 | 0.49 | - |
| YUV | 45.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 24 | 4 | 0 | 0.77 | 0.96 | 0.60 | 12.12 | 0.93 | 0.21 |
| Hex | 67 | 18 | 4 | 0 | 4D | 60 | 3C | C | 5D | 15 |
| Octal | 147 | 30 | 4 | 0 | 115 | 140 | 74 | 14 | 135 | 25 |
| Binary | 1100111 | 11000 | 100 | 0 | 1001101 | 1100000 | 111100 | 1100 | 1011101 | 10101 |
Color Harmonies of #671804
Complementary color
Monochromatic Colors of #671804
Black with #671804
Text Example
Text Example
White with #671804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671804; }
p { color: rgb(103,24,4); }
H1.HeaderClassName
{
color: #671804;
}
.AnyTagClassName
{
color: #671804;
}
</style>
background-color css
<style>
a { background-color: #671804; }
a { background-color: rgb(103,24,4); }
div.DivClassName
{
background-color: #671804;
}
.BgClassName
{
background-color: #671804;
}
</style>
border-color css
<style>
span { border-color: #671804; }
span { border-color: rgb(103,24,4); }
td.TdClassName
{
border-color: #671804;
}
.TagClassName
{
border-color: #671804;
}
</style>