Shades of Red Oxide #64160D
Tints of Red Oxide #64160D
RGB
CMYK
RGB Variations
Color information
#64160D (or 0x64160D) is known color: Red Oxide. HEX triplet: 64, 16 and 0D. RGB value is (100,22,13). Sum of RGB (Red+Green+Blue) = 100+22+13=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #64160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64160D is #9BE9F2. Grayscale: #2C2C2C. Windows color (decimal): -10217971 or 857700. OLE color: 857700.
HSL color Cylindrical-coordinate representation of color #64160D: hue angle of 6.21º 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 #64160D is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 22 | 13 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.61 |
| HSL | 6.21º | 0.77% | 0.22% | - |
| HSV(B) | 6.21º | 0.87% | 0.39% | - |
| XYZ | 5.62 | 3.31 | 0.72 | - |
| YUV | 44.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 13 | 0 | 0.78 | 0.87 | 0.61 | 6.21 | 0.77 | 0.22 |
| Hex | 64 | 16 | D | 0 | 4E | 57 | 3D | 6 | 4D | 16 |
| Octal | 144 | 26 | 15 | 0 | 116 | 127 | 75 | 6 | 115 | 26 |
| Binary | 1100100 | 10110 | 1101 | 0 | 1001110 | 1010111 | 111101 | 110 | 1001101 | 10110 |
Color Harmonies of #64160D
Complementary color
Monochromatic Colors of #64160D
Black with #64160D
Text Example
Text Example
White with #64160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64160D; }
p { color: rgb(100,22,13); }
H1.HeaderClassName
{
color: #64160D;
}
.AnyTagClassName
{
color: #64160D;
}
</style>
background-color css
<style>
a { background-color: #64160D; }
a { background-color: rgb(100,22,13); }
div.DivClassName
{
background-color: #64160D;
}
.BgClassName
{
background-color: #64160D;
}
</style>
border-color css
<style>
span { border-color: #64160D; }
span { border-color: rgb(100,22,13); }
td.TdClassName
{
border-color: #64160D;
}
.TagClassName
{
border-color: #64160D;
}
</style>