Shades of Red Oxide #641003
Tints of Red Oxide #641003
RGB
CMYK
RGB Variations
Color information
#641003 (or 0x641003) is known color: Red Oxide. HEX triplet: 64, 10 and 03. RGB value is (100,16,3). Sum of RGB (Red+Green+Blue) = 100+16+3=119 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.03% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 3 (1.56% from 255 or 2.52% from 119); Max value from RGB is 100 - color contains mainly: red. Hex color #641003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641003 is #9BEFFC. Grayscale: #272727. Windows color (decimal): -10219517 or 200804. OLE color: 200804.
HSL color Cylindrical-coordinate representation of color #641003: hue angle of 8.04º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #641003 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 3 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.61 |
| HSL | 8.04º | 0.94% | 0.2% | - |
| HSV(B) | 8.04º | 0.97% | 0.39% | - |
| XYZ | 5.46 | 3.09 | 0.39 | - |
| YUV | 39.63 | 107.33 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 3 | 0 | 0.84 | 0.97 | 0.61 | 8.04 | 0.94 | 0.2 |
| Hex | 64 | 10 | 3 | 0 | 54 | 61 | 3D | 8 | 5E | 14 |
| Octal | 144 | 20 | 3 | 0 | 124 | 141 | 75 | 10 | 136 | 24 |
| Binary | 1100100 | 10000 | 11 | 0 | 1010100 | 1100001 | 111101 | 1000 | 1011110 | 10100 |
Color Harmonies of #641003
Complementary color
Monochromatic Colors of #641003
Black with #641003
Text Example
Text Example
White with #641003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641003; }
p { color: rgb(100,16,3); }
H1.HeaderClassName
{
color: #641003;
}
.AnyTagClassName
{
color: #641003;
}
</style>
background-color css
<style>
a { background-color: #641003; }
a { background-color: rgb(100,16,3); }
div.DivClassName
{
background-color: #641003;
}
.BgClassName
{
background-color: #641003;
}
</style>
border-color css
<style>
span { border-color: #641003; }
span { border-color: rgb(100,16,3); }
td.TdClassName
{
border-color: #641003;
}
.TagClassName
{
border-color: #641003;
}
</style>