Shades of Red Oxide #641110
Tints of Red Oxide #641110
RGB
CMYK
RGB Variations
Color information
#641110 (or 0x641110) is known color: Red Oxide. HEX triplet: 64, 11 and 10. RGB value is (100,17,16). Sum of RGB (Red+Green+Blue) = 100+17+16=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #641110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641110 is #9BEEEF. Grayscale: #292929. Windows color (decimal): -10219248 or 1053028. OLE color: 1053028.
HSL color Cylindrical-coordinate representation of color #641110: hue angle of 0.71º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641110 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 17 | 16 | - |
| CMYK | 0 | 0.83 | 0.84 | 0.61 |
| HSL | 0.71º | 0.72% | 0.23% | - |
| HSV(B) | 0.71º | 0.84% | 0.39% | - |
| XYZ | 5.55 | 3.15 | 0.81 | - |
| YUV | 41.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 16 | 0 | 0.83 | 0.84 | 0.61 | 0.71 | 0.72 | 0.23 |
| Hex | 64 | 11 | 10 | 0 | 53 | 54 | 3D | 1 | 48 | 17 |
| Octal | 144 | 21 | 20 | 0 | 123 | 124 | 75 | 1 | 110 | 27 |
| Binary | 1100100 | 10001 | 10000 | 0 | 1010011 | 1010100 | 111101 | 1 | 1001000 | 10111 |
Color Harmonies of #641110
Complementary color
Monochromatic Colors of #641110
Black with #641110
Text Example
Text Example
White with #641110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641110; }
p { color: rgb(100,17,16); }
H1.HeaderClassName
{
color: #641110;
}
.AnyTagClassName
{
color: #641110;
}
</style>
background-color css
<style>
a { background-color: #641110; }
a { background-color: rgb(100,17,16); }
div.DivClassName
{
background-color: #641110;
}
.BgClassName
{
background-color: #641110;
}
</style>
border-color css
<style>
span { border-color: #641110; }
span { border-color: rgb(100,17,16); }
td.TdClassName
{
border-color: #641110;
}
.TagClassName
{
border-color: #641110;
}
</style>