Shades of Red Oxide #640F0D
Tints of Red Oxide #640F0D
RGB
CMYK
RGB Variations
Color information
#640F0D (or 0x640F0D) is known color: Red Oxide. HEX triplet: 64, 0F and 0D. RGB value is (100,15,13). Sum of RGB (Red+Green+Blue) = 100+15+13=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 15 (6.25% from 255 or 11.72% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #640F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640F0D is #9BF0F2. Grayscale: #282828. Windows color (decimal): -10219763 or 855908. OLE color: 855908.
HSL color Cylindrical-coordinate representation of color #640F0D: hue angle of 1.38º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #640F0D is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 15 | 13 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.61 |
| HSL | 1.38º | 0.77% | 0.22% | - |
| HSV(B) | 1.38º | 0.87% | 0.39% | - |
| XYZ | 5.5 | 3.08 | 0.69 | - |
| YUV | 40.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 13 | 0 | 0.85 | 0.87 | 0.61 | 1.38 | 0.77 | 0.22 |
| Hex | 64 | F | D | 0 | 55 | 57 | 3D | 1 | 4D | 16 |
| Octal | 144 | 17 | 15 | 0 | 125 | 127 | 75 | 1 | 115 | 26 |
| Binary | 1100100 | 1111 | 1101 | 0 | 1010101 | 1010111 | 111101 | 1 | 1001101 | 10110 |
Color Harmonies of #640F0D
Complementary color
Monochromatic Colors of #640F0D
Black with #640F0D
Text Example
Text Example
White with #640F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F0D; }
p { color: rgb(100,15,13); }
H1.HeaderClassName
{
color: #640F0D;
}
.AnyTagClassName
{
color: #640F0D;
}
</style>
background-color css
<style>
a { background-color: #640F0D; }
a { background-color: rgb(100,15,13); }
div.DivClassName
{
background-color: #640F0D;
}
.BgClassName
{
background-color: #640F0D;
}
</style>
border-color css
<style>
span { border-color: #640F0D; }
span { border-color: rgb(100,15,13); }
td.TdClassName
{
border-color: #640F0D;
}
.TagClassName
{
border-color: #640F0D;
}
</style>