Shades of Red Oxide #641801
Tints of Red Oxide #641801
RGB
CMYK
RGB Variations
Color information
#641801 (or 0x641801) is known color: Red Oxide. HEX triplet: 64, 18 and 01. RGB value is (100,24,1). Sum of RGB (Red+Green+Blue) = 100+24+1=125 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 100 - color contains mainly: red. Hex color #641801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641801 is #9BE7FE. Grayscale: #2C2C2C. Windows color (decimal): -10217471 or 71780. OLE color: 71780.
HSL color Cylindrical-coordinate representation of color #641801: hue angle of 13.94º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #641801 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 24 | 1 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.61 |
| HSL | 13.94º | 0.98% | 0.2% | - |
| HSV(B) | 13.94º | 0.99% | 0.39% | - |
| XYZ | 5.59 | 3.36 | 0.38 | - |
| YUV | 44.1 | 103.68 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 1 | 0 | 0.76 | 0.99 | 0.61 | 13.94 | 0.98 | 0.2 |
| Hex | 64 | 18 | 1 | 0 | 4C | 63 | 3D | E | 62 | 14 |
| Octal | 144 | 30 | 1 | 0 | 114 | 143 | 75 | 16 | 142 | 24 |
| Binary | 1100100 | 11000 | 1 | 0 | 1001100 | 1100011 | 111101 | 1110 | 1100010 | 10100 |
Color Harmonies of #641801
Complementary color
Monochromatic Colors of #641801
Black with #641801
Text Example
Text Example
White with #641801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641801; }
p { color: rgb(100,24,1); }
H1.HeaderClassName
{
color: #641801;
}
.AnyTagClassName
{
color: #641801;
}
</style>
background-color css
<style>
a { background-color: #641801; }
a { background-color: rgb(100,24,1); }
div.DivClassName
{
background-color: #641801;
}
.BgClassName
{
background-color: #641801;
}
</style>
border-color css
<style>
span { border-color: #641801; }
span { border-color: rgb(100,24,1); }
td.TdClassName
{
border-color: #641801;
}
.TagClassName
{
border-color: #641801;
}
</style>