Shades of Red Oxide #641410
Tints of Red Oxide #641410
RGB
CMYK
RGB Variations
Color information
#641410 (or 0x641410) is known color: Red Oxide. HEX triplet: 64, 14 and 10. RGB value is (100,20,16). Sum of RGB (Red+Green+Blue) = 100+20+16=136 (18% of max value = 765). Red value is 100 (39.45% from 255 or 73.53% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 100 - color contains mainly: red. Hex color #641410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641410 is #9BEBEF. Grayscale: #2B2B2B. Windows color (decimal): -10218480 or 1053796. OLE color: 1053796.
HSL color Cylindrical-coordinate representation of color #641410: hue angle of 2.86º 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 #641410 is Cyan = 0, Magento = 0.8, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 20 | 16 | - |
| CMYK | 0 | 0.8 | 0.84 | 0.61 |
| HSL | 2.86º | 0.72% | 0.23% | - |
| HSV(B) | 2.86º | 0.84% | 0.39% | - |
| XYZ | 5.6 | 3.25 | 0.82 | - |
| YUV | 43.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 16 | 0 | 0.8 | 0.84 | 0.61 | 2.86 | 0.72 | 0.23 |
| Hex | 64 | 14 | 10 | 0 | 50 | 54 | 3D | 3 | 48 | 17 |
| Octal | 144 | 24 | 20 | 0 | 120 | 124 | 75 | 3 | 110 | 27 |
| Binary | 1100100 | 10100 | 10000 | 0 | 1010000 | 1010100 | 111101 | 11 | 1001000 | 10111 |
Color Harmonies of #641410
Complementary color
Monochromatic Colors of #641410
Black with #641410
Text Example
Text Example
White with #641410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641410; }
p { color: rgb(100,20,16); }
H1.HeaderClassName
{
color: #641410;
}
.AnyTagClassName
{
color: #641410;
}
</style>
background-color css
<style>
a { background-color: #641410; }
a { background-color: rgb(100,20,16); }
div.DivClassName
{
background-color: #641410;
}
.BgClassName
{
background-color: #641410;
}
</style>
border-color css
<style>
span { border-color: #641410; }
span { border-color: rgb(100,20,16); }
td.TdClassName
{
border-color: #641410;
}
.TagClassName
{
border-color: #641410;
}
</style>