Shades of Red Oxide #640D0A
Tints of Red Oxide #640D0A
RGB
CMYK
RGB Variations
Color information
#640D0A (or 0x640D0A) is known color: Red Oxide. HEX triplet: 64, 0D and 0A. RGB value is (100,13,10). Sum of RGB (Red+Green+Blue) = 100+13+10=123 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.30% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 100 - color contains mainly: red. Hex color #640D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640D0A is #9BF2F5. Grayscale: #262626. Windows color (decimal): -10220278 or 658788. OLE color: 658788.
HSL color Cylindrical-coordinate representation of color #640D0A: hue angle of 2º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640D0A is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 13 | 10 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.61 |
| HSL | 2º | 0.82% | 0.22% | - |
| HSV(B) | 2º | 0.9% | 0.39% | - |
| XYZ | 5.45 | 3.02 | 0.58 | - |
| YUV | 38.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 10 | 0 | 0.87 | 0.90 | 0.61 | 2 | 0.82 | 0.22 |
| Hex | 64 | D | A | 0 | 57 | 5A | 3D | 2 | 52 | 16 |
| Octal | 144 | 15 | 12 | 0 | 127 | 132 | 75 | 2 | 122 | 26 |
| Binary | 1100100 | 1101 | 1010 | 0 | 1010111 | 1011010 | 111101 | 10 | 1010010 | 10110 |
Color Harmonies of #640D0A
Complementary color
Monochromatic Colors of #640D0A
Black with #640D0A
Text Example
Text Example
White with #640D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D0A; }
p { color: rgb(100,13,10); }
H1.HeaderClassName
{
color: #640D0A;
}
.AnyTagClassName
{
color: #640D0A;
}
</style>
background-color css
<style>
a { background-color: #640D0A; }
a { background-color: rgb(100,13,10); }
div.DivClassName
{
background-color: #640D0A;
}
.BgClassName
{
background-color: #640D0A;
}
</style>
border-color css
<style>
span { border-color: #640D0A; }
span { border-color: rgb(100,13,10); }
td.TdClassName
{
border-color: #640D0A;
}
.TagClassName
{
border-color: #640D0A;
}
</style>