Shades of Red Oxide #640C09
Tints of Red Oxide #640C09
RGB
CMYK
RGB Variations
Color information
#640C09 (or 0x640C09) is known color: Red Oxide. HEX triplet: 64, 0C and 09. RGB value is (100,12,9). Sum of RGB (Red+Green+Blue) = 100+12+9=121 (16% of max value = 765). Red value is 100 (39.45% from 255 or 82.64% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 100 - color contains mainly: red. Hex color #640C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640C09 is #9BF3F6. Grayscale: #262626. Windows color (decimal): -10220535 or 592996. OLE color: 592996.
HSL color Cylindrical-coordinate representation of color #640C09: hue angle of 1.98º 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 #640C09 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 12 | 9 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.61 |
| HSL | 1.98º | 0.83% | 0.21% | - |
| HSV(B) | 1.98º | 0.91% | 0.39% | - |
| XYZ | 5.44 | 2.99 | 0.55 | - |
| YUV | 37.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 9 | 0 | 0.88 | 0.91 | 0.61 | 1.98 | 0.83 | 0.21 |
| Hex | 64 | C | 9 | 0 | 58 | 5B | 3D | 2 | 53 | 15 |
| Octal | 144 | 14 | 11 | 0 | 130 | 133 | 75 | 2 | 123 | 25 |
| Binary | 1100100 | 1100 | 1001 | 0 | 1011000 | 1011011 | 111101 | 10 | 1010011 | 10101 |
Color Harmonies of #640C09
Complementary color
Monochromatic Colors of #640C09
Black with #640C09
Text Example
Text Example
White with #640C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640C09; }
p { color: rgb(100,12,9); }
H1.HeaderClassName
{
color: #640C09;
}
.AnyTagClassName
{
color: #640C09;
}
</style>
background-color css
<style>
a { background-color: #640C09; }
a { background-color: rgb(100,12,9); }
div.DivClassName
{
background-color: #640C09;
}
.BgClassName
{
background-color: #640C09;
}
</style>
border-color css
<style>
span { border-color: #640C09; }
span { border-color: rgb(100,12,9); }
td.TdClassName
{
border-color: #640C09;
}
.TagClassName
{
border-color: #640C09;
}
</style>