Shades of Red Oxide #641A18
Tints of Red Oxide #641A18
RGB
CMYK
RGB Variations
Color information
#641A18 (or 0x641A18) is known color: Red Oxide. HEX triplet: 64, 1A and 18. RGB value is (100,26,24). Sum of RGB (Red+Green+Blue) = 100+26+24=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #641A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641A18 is #9BE5E7. Grayscale: #2F2F2F. Windows color (decimal): -10216936 or 1579620. OLE color: 1579620.
HSL color Cylindrical-coordinate representation of color #641A18: hue angle of 1.58º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #641A18 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 26 | 24 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.61 |
| HSL | 1.58º | 0.61% | 0.24% | - |
| HSV(B) | 1.58º | 0.76% | 0.39% | - |
| XYZ | 5.79 | 3.51 | 1.24 | - |
| YUV | 47.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 24 | 0 | 0.74 | 0.76 | 0.61 | 1.58 | 0.61 | 0.24 |
| Hex | 64 | 1A | 18 | 0 | 4A | 4C | 3D | 2 | 3D | 18 |
| Octal | 144 | 32 | 30 | 0 | 112 | 114 | 75 | 2 | 75 | 30 |
| Binary | 1100100 | 11010 | 11000 | 0 | 1001010 | 1001100 | 111101 | 10 | 111101 | 11000 |
Color Harmonies of #641A18
Complementary color
Monochromatic Colors of #641A18
Black with #641A18
Text Example
Text Example
White with #641A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A18; }
p { color: rgb(100,26,24); }
H1.HeaderClassName
{
color: #641A18;
}
.AnyTagClassName
{
color: #641A18;
}
</style>
background-color css
<style>
a { background-color: #641A18; }
a { background-color: rgb(100,26,24); }
div.DivClassName
{
background-color: #641A18;
}
.BgClassName
{
background-color: #641A18;
}
</style>
border-color css
<style>
span { border-color: #641A18; }
span { border-color: rgb(100,26,24); }
td.TdClassName
{
border-color: #641A18;
}
.TagClassName
{
border-color: #641A18;
}
</style>