Shades of Red Oxide #641501
Tints of Red Oxide #641501
RGB
CMYK
RGB Variations
Color information
#641501 (or 0x641501) is known color: Red Oxide. HEX triplet: 64, 15 and 01. RGB value is (100,21,1). Sum of RGB (Red+Green+Blue) = 100+21+1=122 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.97% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 100 - color contains mainly: red. Hex color #641501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641501 is #9BEAFE. Grayscale: #2A2A2A. Windows color (decimal): -10218239 or 71012. OLE color: 71012.
HSL color Cylindrical-coordinate representation of color #641501: hue angle of 12.12º 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 #641501 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 21 | 1 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.61 |
| HSL | 12.12º | 0.98% | 0.2% | - |
| HSV(B) | 12.12º | 0.99% | 0.39% | - |
| XYZ | 5.53 | 3.25 | 0.36 | - |
| YUV | 42.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 1 | 0 | 0.79 | 0.99 | 0.61 | 12.12 | 0.98 | 0.2 |
| Hex | 64 | 15 | 1 | 0 | 4F | 63 | 3D | C | 62 | 14 |
| Octal | 144 | 25 | 1 | 0 | 117 | 143 | 75 | 14 | 142 | 24 |
| Binary | 1100100 | 10101 | 1 | 0 | 1001111 | 1100011 | 111101 | 1100 | 1100010 | 10100 |
Color Harmonies of #641501
Complementary color
Monochromatic Colors of #641501
Black with #641501
Text Example
Text Example
White with #641501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641501; }
p { color: rgb(100,21,1); }
H1.HeaderClassName
{
color: #641501;
}
.AnyTagClassName
{
color: #641501;
}
</style>
background-color css
<style>
a { background-color: #641501; }
a { background-color: rgb(100,21,1); }
div.DivClassName
{
background-color: #641501;
}
.BgClassName
{
background-color: #641501;
}
</style>
border-color css
<style>
span { border-color: #641501; }
span { border-color: rgb(100,21,1); }
td.TdClassName
{
border-color: #641501;
}
.TagClassName
{
border-color: #641501;
}
</style>