Shades of Red Oxide #64150D
Tints of Red Oxide #64150D
RGB
CMYK
RGB Variations
Color information
#64150D (or 0x64150D) is known color: Red Oxide. HEX triplet: 64, 15 and 0D. RGB value is (100,21,13). Sum of RGB (Red+Green+Blue) = 100+21+13=134 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.63% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 13 (5.47% from 255 or 9.70% from 134); Max value from RGB is 100 - color contains mainly: red. Hex color #64150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64150D is #9BEAF2. Grayscale: #2B2B2B. Windows color (decimal): -10218227 or 857444. OLE color: 857444.
HSL color Cylindrical-coordinate representation of color #64150D: hue angle of 5.52º 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 #64150D is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 21 | 13 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.61 |
| HSL | 5.52º | 0.77% | 0.22% | - |
| HSV(B) | 5.52º | 0.87% | 0.39% | - |
| XYZ | 5.6 | 3.27 | 0.72 | - |
| YUV | 43.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 13 | 0 | 0.79 | 0.87 | 0.61 | 5.52 | 0.77 | 0.22 |
| Hex | 64 | 15 | D | 0 | 4F | 57 | 3D | 6 | 4D | 16 |
| Octal | 144 | 25 | 15 | 0 | 117 | 127 | 75 | 6 | 115 | 26 |
| Binary | 1100100 | 10101 | 1101 | 0 | 1001111 | 1010111 | 111101 | 110 | 1001101 | 10110 |
Color Harmonies of #64150D
Complementary color
Monochromatic Colors of #64150D
Black with #64150D
Text Example
Text Example
White with #64150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64150D; }
p { color: rgb(100,21,13); }
H1.HeaderClassName
{
color: #64150D;
}
.AnyTagClassName
{
color: #64150D;
}
</style>
background-color css
<style>
a { background-color: #64150D; }
a { background-color: rgb(100,21,13); }
div.DivClassName
{
background-color: #64150D;
}
.BgClassName
{
background-color: #64150D;
}
</style>
border-color css
<style>
span { border-color: #64150D; }
span { border-color: rgb(100,21,13); }
td.TdClassName
{
border-color: #64150D;
}
.TagClassName
{
border-color: #64150D;
}
</style>