Shades of Red Oxide #641306
Tints of Red Oxide #641306
RGB
CMYK
RGB Variations
Color information
#641306 (or 0x641306) is known color: Red Oxide. HEX triplet: 64, 13 and 06. RGB value is (100,19,6). Sum of RGB (Red+Green+Blue) = 100+19+6=125 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 100 - color contains mainly: red. Hex color #641306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641306 is #9BECF9. Grayscale: #292929. Windows color (decimal): -10218746 or 398180. OLE color: 398180.
HSL color Cylindrical-coordinate representation of color #641306: hue angle of 8.3º 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 #641306 is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 19 | 6 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.61 |
| HSL | 8.3º | 0.89% | 0.21% | - |
| HSV(B) | 8.3º | 0.94% | 0.39% | - |
| XYZ | 5.52 | 3.19 | 0.5 | - |
| YUV | 41.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 6 | 0 | 0.81 | 0.94 | 0.61 | 8.3 | 0.89 | 0.21 |
| Hex | 64 | 13 | 6 | 0 | 51 | 5E | 3D | 8 | 59 | 15 |
| Octal | 144 | 23 | 6 | 0 | 121 | 136 | 75 | 10 | 131 | 25 |
| Binary | 1100100 | 10011 | 110 | 0 | 1010001 | 1011110 | 111101 | 1000 | 1011001 | 10101 |
Color Harmonies of #641306
Complementary color
Monochromatic Colors of #641306
Black with #641306
Text Example
Text Example
White with #641306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641306; }
p { color: rgb(100,19,6); }
H1.HeaderClassName
{
color: #641306;
}
.AnyTagClassName
{
color: #641306;
}
</style>
background-color css
<style>
a { background-color: #641306; }
a { background-color: rgb(100,19,6); }
div.DivClassName
{
background-color: #641306;
}
.BgClassName
{
background-color: #641306;
}
</style>
border-color css
<style>
span { border-color: #641306; }
span { border-color: rgb(100,19,6); }
td.TdClassName
{
border-color: #641306;
}
.TagClassName
{
border-color: #641306;
}
</style>