Shades of Red Oxide #641101
Tints of Red Oxide #641101
RGB
CMYK
RGB Variations
Color information
#641101 (or 0x641101) is known color: Red Oxide. HEX triplet: 64, 11 and 01. RGB value is (100,17,1). Sum of RGB (Red+Green+Blue) = 100+17+1=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #641101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641101 is #9BEEFE. Grayscale: #282828. Windows color (decimal): -10219263 or 69988. OLE color: 69988.
HSL color Cylindrical-coordinate representation of color #641101: hue angle of 9.7º 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 #641101 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 17 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.61 |
| HSL | 9.7º | 0.98% | 0.2% | - |
| HSV(B) | 9.7º | 0.99% | 0.39% | - |
| XYZ | 5.46 | 3.11 | 0.34 | - |
| YUV | 39.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 1 | 0 | 0.83 | 0.99 | 0.61 | 9.7 | 0.98 | 0.2 |
| Hex | 64 | 11 | 1 | 0 | 53 | 63 | 3D | A | 62 | 14 |
| Octal | 144 | 21 | 1 | 0 | 123 | 143 | 75 | 12 | 142 | 24 |
| Binary | 1100100 | 10001 | 1 | 0 | 1010011 | 1100011 | 111101 | 1010 | 1100010 | 10100 |
Color Harmonies of #641101
Complementary color
Monochromatic Colors of #641101
Black with #641101
Text Example
Text Example
White with #641101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641101; }
p { color: rgb(100,17,1); }
H1.HeaderClassName
{
color: #641101;
}
.AnyTagClassName
{
color: #641101;
}
</style>
background-color css
<style>
a { background-color: #641101; }
a { background-color: rgb(100,17,1); }
div.DivClassName
{
background-color: #641101;
}
.BgClassName
{
background-color: #641101;
}
</style>
border-color css
<style>
span { border-color: #641101; }
span { border-color: rgb(100,17,1); }
td.TdClassName
{
border-color: #641101;
}
.TagClassName
{
border-color: #641101;
}
</style>