Shades of Red Oxide #641211
Tints of Red Oxide #641211
RGB
CMYK
RGB Variations
Color information
#641211 (or 0x641211) is known color: Red Oxide. HEX triplet: 64, 12 and 11. RGB value is (100,18,17). Sum of RGB (Red+Green+Blue) = 100+18+17=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #641211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641211 is #9BEDEE. Grayscale: #2A2A2A. Windows color (decimal): -10218991 or 1118820. OLE color: 1118820.
HSL color Cylindrical-coordinate representation of color #641211: hue angle of 0.72º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641211 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 18 | 17 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.61 |
| HSL | 0.72º | 0.71% | 0.23% | - |
| HSV(B) | 0.72º | 0.83% | 0.39% | - |
| XYZ | 5.57 | 3.18 | 0.85 | - |
| YUV | 42.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 17 | 0 | 0.82 | 0.83 | 0.61 | 0.72 | 0.71 | 0.23 |
| Hex | 64 | 12 | 11 | 0 | 52 | 53 | 3D | 1 | 47 | 17 |
| Octal | 144 | 22 | 21 | 0 | 122 | 123 | 75 | 1 | 107 | 27 |
| Binary | 1100100 | 10010 | 10001 | 0 | 1010010 | 1010011 | 111101 | 1 | 1000111 | 10111 |
Color Harmonies of #641211
Complementary color
Monochromatic Colors of #641211
Black with #641211
Text Example
Text Example
White with #641211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641211; }
p { color: rgb(100,18,17); }
H1.HeaderClassName
{
color: #641211;
}
.AnyTagClassName
{
color: #641211;
}
</style>
background-color css
<style>
a { background-color: #641211; }
a { background-color: rgb(100,18,17); }
div.DivClassName
{
background-color: #641211;
}
.BgClassName
{
background-color: #641211;
}
</style>
border-color css
<style>
span { border-color: #641211; }
span { border-color: rgb(100,18,17); }
td.TdClassName
{
border-color: #641211;
}
.TagClassName
{
border-color: #641211;
}
</style>