Shades of Red Oxide #642320
Tints of Red Oxide #642320
RGB
CMYK
RGB Variations
Color information
#642320 (or 0x642320) is known color: Red Oxide. HEX triplet: 64, 23 and 20. RGB value is (100,35,32). Sum of RGB (Red+Green+Blue) = 100+35+32=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #642320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642320 is #9BDCDF. Grayscale: #363636. Windows color (decimal): -10214624 or 2106212. OLE color: 2106212.
HSL color Cylindrical-coordinate representation of color #642320: hue angle of 2.65º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642320 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 32 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.61 |
| HSL | 2.65º | 0.52% | 0.26% | - |
| HSV(B) | 2.65º | 0.68% | 0.39% | - |
| XYZ | 6.12 | 4.02 | 1.82 | - |
| YUV | 54.09 | 115.53 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 32 | 0 | 0.65 | 0.68 | 0.61 | 2.65 | 0.52 | 0.26 |
| Hex | 64 | 23 | 20 | 0 | 41 | 44 | 3D | 3 | 34 | 1A |
| Octal | 144 | 43 | 40 | 0 | 101 | 104 | 75 | 3 | 64 | 32 |
| Binary | 1100100 | 100011 | 100000 | 0 | 1000001 | 1000100 | 111101 | 11 | 110100 | 11010 |
Color Harmonies of #642320
Complementary color
Monochromatic Colors of #642320
Black with #642320
Text Example
Text Example
White with #642320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642320; }
p { color: rgb(100,35,32); }
H1.HeaderClassName
{
color: #642320;
}
.AnyTagClassName
{
color: #642320;
}
</style>
background-color css
<style>
a { background-color: #642320; }
a { background-color: rgb(100,35,32); }
div.DivClassName
{
background-color: #642320;
}
.BgClassName
{
background-color: #642320;
}
</style>
border-color css
<style>
span { border-color: #642320; }
span { border-color: rgb(100,35,32); }
td.TdClassName
{
border-color: #642320;
}
.TagClassName
{
border-color: #642320;
}
</style>