Shades of Red Oxide #640F09
Tints of Red Oxide #640F09
RGB
CMYK
RGB Variations
Color information
#640F09 (or 0x640F09) is known color: Red Oxide. HEX triplet: 64, 0F and 09. RGB value is (100,15,9). Sum of RGB (Red+Green+Blue) = 100+15+9=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #640F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640F09 is #9BF0F6. Grayscale: #272727. Windows color (decimal): -10219767 or 593764. OLE color: 593764.
HSL color Cylindrical-coordinate representation of color #640F09: hue angle of 3.96º 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 #640F09 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 15 | 9 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.61 |
| HSL | 3.96º | 0.83% | 0.21% | - |
| HSV(B) | 3.96º | 0.91% | 0.39% | - |
| XYZ | 5.48 | 3.07 | 0.56 | - |
| YUV | 39.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 9 | 0 | 0.85 | 0.91 | 0.61 | 3.96 | 0.83 | 0.21 |
| Hex | 64 | F | 9 | 0 | 55 | 5B | 3D | 4 | 53 | 15 |
| Octal | 144 | 17 | 11 | 0 | 125 | 133 | 75 | 4 | 123 | 25 |
| Binary | 1100100 | 1111 | 1001 | 0 | 1010101 | 1011011 | 111101 | 100 | 1010011 | 10101 |
Color Harmonies of #640F09
Complementary color
Monochromatic Colors of #640F09
Black with #640F09
Text Example
Text Example
White with #640F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F09; }
p { color: rgb(100,15,9); }
H1.HeaderClassName
{
color: #640F09;
}
.AnyTagClassName
{
color: #640F09;
}
</style>
background-color css
<style>
a { background-color: #640F09; }
a { background-color: rgb(100,15,9); }
div.DivClassName
{
background-color: #640F09;
}
.BgClassName
{
background-color: #640F09;
}
</style>
border-color css
<style>
span { border-color: #640F09; }
span { border-color: rgb(100,15,9); }
td.TdClassName
{
border-color: #640F09;
}
.TagClassName
{
border-color: #640F09;
}
</style>