Shades of Red Oxide #64221D
Tints of Red Oxide #64221D
RGB
CMYK
RGB Variations
Color information
#64221D (or 0x64221D) is known color: Red Oxide. HEX triplet: 64, 22 and 1D. RGB value is (100,34,29). Sum of RGB (Red+Green+Blue) = 100+34+29=163 (21% of max value = 765). Red value is 100 (39.45% from 255 or 61.35% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 100 - color contains mainly: red. Hex color #64221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64221D is #9BDDE2. Grayscale: #353535. Windows color (decimal): -10214883 or 1909348. OLE color: 1909348.
HSL color Cylindrical-coordinate representation of color #64221D: hue angle of 4.23º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64221D is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 34 | 29 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.61 |
| HSL | 4.23º | 0.55% | 0.25% | - |
| HSV(B) | 4.23º | 0.71% | 0.39% | - |
| XYZ | 6.05 | 3.94 | 1.6 | - |
| YUV | 53.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 29 | 0 | 0.66 | 0.71 | 0.61 | 4.23 | 0.55 | 0.25 |
| Hex | 64 | 22 | 1D | 0 | 42 | 47 | 3D | 4 | 37 | 19 |
| Octal | 144 | 42 | 35 | 0 | 102 | 107 | 75 | 4 | 67 | 31 |
| Binary | 1100100 | 100010 | 11101 | 0 | 1000010 | 1000111 | 111101 | 100 | 110111 | 11001 |
Color Harmonies of #64221D
Complementary color
Monochromatic Colors of #64221D
Black with #64221D
Text Example
Text Example
White with #64221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64221D; }
p { color: rgb(100,34,29); }
H1.HeaderClassName
{
color: #64221D;
}
.AnyTagClassName
{
color: #64221D;
}
</style>
background-color css
<style>
a { background-color: #64221D; }
a { background-color: rgb(100,34,29); }
div.DivClassName
{
background-color: #64221D;
}
.BgClassName
{
background-color: #64221D;
}
</style>
border-color css
<style>
span { border-color: #64221D; }
span { border-color: rgb(100,34,29); }
td.TdClassName
{
border-color: #64221D;
}
.TagClassName
{
border-color: #64221D;
}
</style>