Shades of Red Oxide #641804
Tints of Red Oxide #641804
RGB
CMYK
RGB Variations
Color information
#641804 (or 0x641804) is known color: Red Oxide. HEX triplet: 64, 18 and 04. RGB value is (100,24,4). Sum of RGB (Red+Green+Blue) = 100+24+4=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #641804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641804 is #9BE7FB. Grayscale: #2C2C2C. Windows color (decimal): -10217468 or 268388. OLE color: 268388.
HSL color Cylindrical-coordinate representation of color #641804: hue angle of 12.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #641804 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 24 | 4 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.61 |
| HSL | 12.5º | 0.92% | 0.2% | - |
| HSV(B) | 12.5º | 0.96% | 0.39% | - |
| XYZ | 5.6 | 3.37 | 0.47 | - |
| YUV | 44.44 | 105.18 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 4 | 0 | 0.76 | 0.96 | 0.61 | 12.5 | 0.92 | 0.2 |
| Hex | 64 | 18 | 4 | 0 | 4C | 60 | 3D | C | 5C | 14 |
| Octal | 144 | 30 | 4 | 0 | 114 | 140 | 75 | 14 | 134 | 24 |
| Binary | 1100100 | 11000 | 100 | 0 | 1001100 | 1100000 | 111101 | 1100 | 1011100 | 10100 |
Color Harmonies of #641804
Complementary color
Monochromatic Colors of #641804
Black with #641804
Text Example
Text Example
White with #641804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641804; }
p { color: rgb(100,24,4); }
H1.HeaderClassName
{
color: #641804;
}
.AnyTagClassName
{
color: #641804;
}
</style>
background-color css
<style>
a { background-color: #641804; }
a { background-color: rgb(100,24,4); }
div.DivClassName
{
background-color: #641804;
}
.BgClassName
{
background-color: #641804;
}
</style>
border-color css
<style>
span { border-color: #641804; }
span { border-color: rgb(100,24,4); }
td.TdClassName
{
border-color: #641804;
}
.TagClassName
{
border-color: #641804;
}
</style>