Shades of Red Oxide #641009
Tints of Red Oxide #641009
RGB
CMYK
RGB Variations
Color information
#641009 (or 0x641009) is known color: Red Oxide. HEX triplet: 64, 10 and 09. RGB value is (100,16,9). Sum of RGB (Red+Green+Blue) = 100+16+9=125 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 100 - color contains mainly: red. Hex color #641009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641009 is #9BEFF6. Grayscale: #282828. Windows color (decimal): -10219511 or 594020. OLE color: 594020.
HSL color Cylindrical-coordinate representation of color #641009: hue angle of 4.62º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #641009 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 9 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.61 |
| HSL | 4.62º | 0.83% | 0.21% | - |
| HSV(B) | 4.62º | 0.91% | 0.39% | - |
| XYZ | 5.49 | 3.1 | 0.57 | - |
| YUV | 40.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 9 | 0 | 0.84 | 0.91 | 0.61 | 4.62 | 0.83 | 0.21 |
| Hex | 64 | 10 | 9 | 0 | 54 | 5B | 3D | 5 | 53 | 15 |
| Octal | 144 | 20 | 11 | 0 | 124 | 133 | 75 | 5 | 123 | 25 |
| Binary | 1100100 | 10000 | 1001 | 0 | 1010100 | 1011011 | 111101 | 101 | 1010011 | 10101 |
Color Harmonies of #641009
Complementary color
Monochromatic Colors of #641009
Black with #641009
Text Example
Text Example
White with #641009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641009; }
p { color: rgb(100,16,9); }
H1.HeaderClassName
{
color: #641009;
}
.AnyTagClassName
{
color: #641009;
}
</style>
background-color css
<style>
a { background-color: #641009; }
a { background-color: rgb(100,16,9); }
div.DivClassName
{
background-color: #641009;
}
.BgClassName
{
background-color: #641009;
}
</style>
border-color css
<style>
span { border-color: #641009; }
span { border-color: rgb(100,16,9); }
td.TdClassName
{
border-color: #641009;
}
.TagClassName
{
border-color: #641009;
}
</style>