Shades of Red Oxide #641010
Tints of Red Oxide #641010
RGB
CMYK
RGB Variations
Color information
#641010 (or 0x641010) is known color: Red Oxide. HEX triplet: 64, 10 and 10. RGB value is (100,16,16). Sum of RGB (Red+Green+Blue) = 100+16+16=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #641010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641010 is #9BEFEF. Grayscale: #292929. Windows color (decimal): -10219504 or 1052772. OLE color: 1052772.
HSL color Cylindrical-coordinate representation of color #641010: hue angle of 0º 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 #641010 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 16 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.61 |
| HSL | 0º | 0.72% | 0.23% | - |
| HSV(B) | 0º | 0.84% | 0.39% | - |
| XYZ | 5.53 | 3.12 | 0.8 | - |
| YUV | 41.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 16 | 0 | 0.84 | 0.84 | 0.61 | 0 | 0.72 | 0.23 |
| Hex | 64 | 10 | 10 | 0 | 54 | 54 | 3D | 0 | 48 | 17 |
| Octal | 144 | 20 | 20 | 0 | 124 | 124 | 75 | 0 | 110 | 27 |
| Binary | 1100100 | 10000 | 10000 | 0 | 1010100 | 1010100 | 111101 | 0 | 1001000 | 10111 |
Color Harmonies of #641010
Complementary color
Monochromatic Colors of #641010
Black with #641010
Text Example
Text Example
White with #641010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641010; }
p { color: rgb(100,16,16); }
H1.HeaderClassName
{
color: #641010;
}
.AnyTagClassName
{
color: #641010;
}
</style>
background-color css
<style>
a { background-color: #641010; }
a { background-color: rgb(100,16,16); }
div.DivClassName
{
background-color: #641010;
}
.BgClassName
{
background-color: #641010;
}
</style>
border-color css
<style>
span { border-color: #641010; }
span { border-color: rgb(100,16,16); }
td.TdClassName
{
border-color: #641010;
}
.TagClassName
{
border-color: #641010;
}
</style>