Shades of Red Oxide #642116
Tints of Red Oxide #642116
RGB
CMYK
RGB Variations
Color information
#642116 (or 0x642116) is known color: Red Oxide. HEX triplet: 64, 21 and 16. RGB value is (100,33,22). Sum of RGB (Red+Green+Blue) = 100+33+22=155 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.52% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 100 - color contains mainly: red. Hex color #642116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642116 is #9BDEE9. Grayscale: #333333. Windows color (decimal): -10215146 or 1450340. OLE color: 1450340.
HSL color Cylindrical-coordinate representation of color #642116: hue angle of 8.46º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #642116 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 33 | 22 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.61 |
| HSL | 8.46º | 0.64% | 0.24% | - |
| HSV(B) | 8.46º | 0.78% | 0.39% | - |
| XYZ | 5.94 | 3.85 | 1.19 | - |
| YUV | 51.78 | 111.2 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 33 | 22 | 0 | 0.67 | 0.78 | 0.61 | 8.46 | 0.64 | 0.24 |
| Hex | 64 | 21 | 16 | 0 | 43 | 4E | 3D | 8 | 40 | 18 |
| Octal | 144 | 41 | 26 | 0 | 103 | 116 | 75 | 10 | 100 | 30 |
| Binary | 1100100 | 100001 | 10110 | 0 | 1000011 | 1001110 | 111101 | 1000 | 1000000 | 11000 |
Color Harmonies of #642116
Complementary color
Monochromatic Colors of #642116
Black with #642116
Text Example
Text Example
White with #642116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642116; }
p { color: rgb(100,33,22); }
H1.HeaderClassName
{
color: #642116;
}
.AnyTagClassName
{
color: #642116;
}
</style>
background-color css
<style>
a { background-color: #642116; }
a { background-color: rgb(100,33,22); }
div.DivClassName
{
background-color: #642116;
}
.BgClassName
{
background-color: #642116;
}
</style>
border-color css
<style>
span { border-color: #642116; }
span { border-color: rgb(100,33,22); }
td.TdClassName
{
border-color: #642116;
}
.TagClassName
{
border-color: #642116;
}
</style>