Shades of Red Oxide #642421
Tints of Red Oxide #642421
RGB
CMYK
RGB Variations
Color information
#642421 (or 0x642421) is known color: Red Oxide. HEX triplet: 64, 24 and 21. RGB value is (100,36,33). Sum of RGB (Red+Green+Blue) = 100+36+33=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 33 (13.28% from 255 or 19.53% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #642421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642421 is #9BDBDE. Grayscale: #363636. Windows color (decimal): -10214367 or 2172004. OLE color: 2172004.
HSL color Cylindrical-coordinate representation of color #642421: hue angle of 2.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #642421 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 36 | 33 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.61 |
| HSL | 2.69º | 0.5% | 0.26% | - |
| HSV(B) | 2.69º | 0.67% | 0.39% | - |
| XYZ | 6.16 | 4.08 | 1.9 | - |
| YUV | 54.79 | 115.7 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 33 | 0 | 0.64 | 0.67 | 0.61 | 2.69 | 0.5 | 0.26 |
| Hex | 64 | 24 | 21 | 0 | 40 | 43 | 3D | 3 | 32 | 1A |
| Octal | 144 | 44 | 41 | 0 | 100 | 103 | 75 | 3 | 62 | 32 |
| Binary | 1100100 | 100100 | 100001 | 0 | 1000000 | 1000011 | 111101 | 11 | 110010 | 11010 |
Color Harmonies of #642421
Complementary color
Monochromatic Colors of #642421
Black with #642421
Text Example
Text Example
White with #642421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642421; }
p { color: rgb(100,36,33); }
H1.HeaderClassName
{
color: #642421;
}
.AnyTagClassName
{
color: #642421;
}
</style>
background-color css
<style>
a { background-color: #642421; }
a { background-color: rgb(100,36,33); }
div.DivClassName
{
background-color: #642421;
}
.BgClassName
{
background-color: #642421;
}
</style>
border-color css
<style>
span { border-color: #642421; }
span { border-color: rgb(100,36,33); }
td.TdClassName
{
border-color: #642421;
}
.TagClassName
{
border-color: #642421;
}
</style>