Shades of Red Oxide #640D08
Tints of Red Oxide #640D08
RGB
CMYK
RGB Variations
Color information
#640D08 (or 0x640D08) is known color: Red Oxide. HEX triplet: 64, 0D and 08. RGB value is (100,13,8). Sum of RGB (Red+Green+Blue) = 100+13+8=121 (16% of max value = 765). Red value is 100 (39.45% from 255 or 82.64% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 100 - color contains mainly: red. Hex color #640D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640D08 is #9BF2F7. Grayscale: #262626. Windows color (decimal): -10220280 or 527716. OLE color: 527716.
HSL color Cylindrical-coordinate representation of color #640D08: hue angle of 3.26º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640D08 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 13 | 8 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.61 |
| HSL | 3.26º | 0.85% | 0.21% | - |
| HSV(B) | 3.26º | 0.92% | 0.39% | - |
| XYZ | 5.44 | 3.01 | 0.52 | - |
| YUV | 38.44 | 110.82 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 8 | 0 | 0.87 | 0.92 | 0.61 | 3.26 | 0.85 | 0.21 |
| Hex | 64 | D | 8 | 0 | 57 | 5C | 3D | 3 | 55 | 15 |
| Octal | 144 | 15 | 10 | 0 | 127 | 134 | 75 | 3 | 125 | 25 |
| Binary | 1100100 | 1101 | 1000 | 0 | 1010111 | 1011100 | 111101 | 11 | 1010101 | 10101 |
Color Harmonies of #640D08
Complementary color
Monochromatic Colors of #640D08
Black with #640D08
Text Example
Text Example
White with #640D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D08; }
p { color: rgb(100,13,8); }
H1.HeaderClassName
{
color: #640D08;
}
.AnyTagClassName
{
color: #640D08;
}
</style>
background-color css
<style>
a { background-color: #640D08; }
a { background-color: rgb(100,13,8); }
div.DivClassName
{
background-color: #640D08;
}
.BgClassName
{
background-color: #640D08;
}
</style>
border-color css
<style>
span { border-color: #640D08; }
span { border-color: rgb(100,13,8); }
td.TdClassName
{
border-color: #640D08;
}
.TagClassName
{
border-color: #640D08;
}
</style>