Shades of Red Oxide #641406
Tints of Red Oxide #641406
RGB
CMYK
RGB Variations
Color information
#641406 (or 0x641406) is known color: Red Oxide. HEX triplet: 64, 14 and 06. RGB value is (100,20,6). Sum of RGB (Red+Green+Blue) = 100+20+6=126 (16% of max value = 765). Red value is 100 (39.45% from 255 or 79.37% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 100 - color contains mainly: red. Hex color #641406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641406 is #9BEBF9. Grayscale: #2A2A2A. Windows color (decimal): -10218490 or 398436. OLE color: 398436.
HSL color Cylindrical-coordinate representation of color #641406: hue angle of 8.94º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #641406 is Cyan = 0, Magento = 0.8, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 20 | 6 | - |
| CMYK | 0 | 0.8 | 0.94 | 0.61 |
| HSL | 8.94º | 0.89% | 0.21% | - |
| HSV(B) | 8.94º | 0.94% | 0.39% | - |
| XYZ | 5.54 | 3.22 | 0.5 | - |
| YUV | 42.32 | 107.5 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 6 | 0 | 0.8 | 0.94 | 0.61 | 8.94 | 0.89 | 0.21 |
| Hex | 64 | 14 | 6 | 0 | 50 | 5E | 3D | 9 | 59 | 15 |
| Octal | 144 | 24 | 6 | 0 | 120 | 136 | 75 | 11 | 131 | 25 |
| Binary | 1100100 | 10100 | 110 | 0 | 1010000 | 1011110 | 111101 | 1001 | 1011001 | 10101 |
Color Harmonies of #641406
Complementary color
Monochromatic Colors of #641406
Black with #641406
Text Example
Text Example
White with #641406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641406; }
p { color: rgb(100,20,6); }
H1.HeaderClassName
{
color: #641406;
}
.AnyTagClassName
{
color: #641406;
}
</style>
background-color css
<style>
a { background-color: #641406; }
a { background-color: rgb(100,20,6); }
div.DivClassName
{
background-color: #641406;
}
.BgClassName
{
background-color: #641406;
}
</style>
border-color css
<style>
span { border-color: #641406; }
span { border-color: rgb(100,20,6); }
td.TdClassName
{
border-color: #641406;
}
.TagClassName
{
border-color: #641406;
}
</style>