Shades of Red Oxide #641002
Tints of Red Oxide #641002
RGB
CMYK
RGB Variations
Color information
#641002 (or 0x641002) is known color: Red Oxide. HEX triplet: 64, 10 and 02. RGB value is (100,16,2). Sum of RGB (Red+Green+Blue) = 100+16+2=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #641002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641002 is #9BEFFD. Grayscale: #272727. Windows color (decimal): -10219518 or 135268. OLE color: 135268.
HSL color Cylindrical-coordinate representation of color #641002: hue angle of 8.57º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #641002 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 16 | 2 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.61 |
| HSL | 8.57º | 0.96% | 0.2% | - |
| HSV(B) | 8.57º | 0.98% | 0.39% | - |
| XYZ | 5.45 | 3.08 | 0.37 | - |
| YUV | 39.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 2 | 0 | 0.84 | 0.98 | 0.61 | 8.57 | 0.96 | 0.2 |
| Hex | 64 | 10 | 2 | 0 | 54 | 62 | 3D | 9 | 60 | 14 |
| Octal | 144 | 20 | 2 | 0 | 124 | 142 | 75 | 11 | 140 | 24 |
| Binary | 1100100 | 10000 | 10 | 0 | 1010100 | 1100010 | 111101 | 1001 | 1100000 | 10100 |
Color Harmonies of #641002
Complementary color
Monochromatic Colors of #641002
Black with #641002
Text Example
Text Example
White with #641002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641002; }
p { color: rgb(100,16,2); }
H1.HeaderClassName
{
color: #641002;
}
.AnyTagClassName
{
color: #641002;
}
</style>
background-color css
<style>
a { background-color: #641002; }
a { background-color: rgb(100,16,2); }
div.DivClassName
{
background-color: #641002;
}
.BgClassName
{
background-color: #641002;
}
</style>
border-color css
<style>
span { border-color: #641002; }
span { border-color: rgb(100,16,2); }
td.TdClassName
{
border-color: #641002;
}
.TagClassName
{
border-color: #641002;
}
</style>