Shades of Red Oxide #64221C
Tints of Red Oxide #64221C
RGB
CMYK
RGB Variations
Color information
#64221C (or 0x64221C) is known color: Red Oxide. HEX triplet: 64, 22 and 1C. RGB value is (100,34,28). Sum of RGB (Red+Green+Blue) = 100+34+28=162 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.73% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 100 - color contains mainly: red. Hex color #64221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64221C is #9BDDE3. Grayscale: #353535. Windows color (decimal): -10214884 or 1843812. OLE color: 1843812.
HSL color Cylindrical-coordinate representation of color #64221C: hue angle of 5º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64221C is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 34 | 28 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.61 |
| HSL | 5º | 0.56% | 0.25% | - |
| HSV(B) | 5º | 0.72% | 0.39% | - |
| XYZ | 6.04 | 3.94 | 1.54 | - |
| YUV | 53.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 28 | 0 | 0.66 | 0.72 | 0.61 | 5 | 0.56 | 0.25 |
| Hex | 64 | 22 | 1C | 0 | 42 | 48 | 3D | 5 | 38 | 19 |
| Octal | 144 | 42 | 34 | 0 | 102 | 110 | 75 | 5 | 70 | 31 |
| Binary | 1100100 | 100010 | 11100 | 0 | 1000010 | 1001000 | 111101 | 101 | 111000 | 11001 |
Color Harmonies of #64221C
Complementary color
Monochromatic Colors of #64221C
Black with #64221C
Text Example
Text Example
White with #64221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64221C; }
p { color: rgb(100,34,28); }
H1.HeaderClassName
{
color: #64221C;
}
.AnyTagClassName
{
color: #64221C;
}
</style>
background-color css
<style>
a { background-color: #64221C; }
a { background-color: rgb(100,34,28); }
div.DivClassName
{
background-color: #64221C;
}
.BgClassName
{
background-color: #64221C;
}
</style>
border-color css
<style>
span { border-color: #64221C; }
span { border-color: rgb(100,34,28); }
td.TdClassName
{
border-color: #64221C;
}
.TagClassName
{
border-color: #64221C;
}
</style>