Shades of Red Oxide #641510
Tints of Red Oxide #641510
RGB
CMYK
RGB Variations
Color information
#641510 (or 0x641510) is known color: Red Oxide. HEX triplet: 64, 15 and 10. RGB value is (100,21,16). Sum of RGB (Red+Green+Blue) = 100+21+16=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #641510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641510 is #9BEAEF. Grayscale: #2C2C2C. Windows color (decimal): -10218224 or 1054052. OLE color: 1054052.
HSL color Cylindrical-coordinate representation of color #641510: hue angle of 3.57º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641510 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 21 | 16 | - |
| CMYK | 0 | 0.79 | 0.84 | 0.61 |
| HSL | 3.57º | 0.72% | 0.23% | - |
| HSV(B) | 3.57º | 0.84% | 0.39% | - |
| XYZ | 5.62 | 3.28 | 0.83 | - |
| YUV | 44.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 16 | 0 | 0.79 | 0.84 | 0.61 | 3.57 | 0.72 | 0.23 |
| Hex | 64 | 15 | 10 | 0 | 4F | 54 | 3D | 4 | 48 | 17 |
| Octal | 144 | 25 | 20 | 0 | 117 | 124 | 75 | 4 | 110 | 27 |
| Binary | 1100100 | 10101 | 10000 | 0 | 1001111 | 1010100 | 111101 | 100 | 1001000 | 10111 |
Color Harmonies of #641510
Complementary color
Monochromatic Colors of #641510
Black with #641510
Text Example
Text Example
White with #641510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641510; }
p { color: rgb(100,21,16); }
H1.HeaderClassName
{
color: #641510;
}
.AnyTagClassName
{
color: #641510;
}
</style>
background-color css
<style>
a { background-color: #641510; }
a { background-color: rgb(100,21,16); }
div.DivClassName
{
background-color: #641510;
}
.BgClassName
{
background-color: #641510;
}
</style>
border-color css
<style>
span { border-color: #641510; }
span { border-color: rgb(100,21,16); }
td.TdClassName
{
border-color: #641510;
}
.TagClassName
{
border-color: #641510;
}
</style>