Shades of Red Oxide #641312
Tints of Red Oxide #641312
RGB
CMYK
RGB Variations
Color information
#641312 (or 0x641312) is known color: Red Oxide. HEX triplet: 64, 13 and 12. RGB value is (100,19,18). Sum of RGB (Red+Green+Blue) = 100+19+18=137 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.99% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 100 - color contains mainly: red. Hex color #641312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641312 is #9BECED. Grayscale: #2B2B2B. Windows color (decimal): -10218734 or 1184612. OLE color: 1184612.
HSL color Cylindrical-coordinate representation of color #641312: hue angle of 0.73º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641312 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 19 | 18 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.61 |
| HSL | 0.73º | 0.69% | 0.23% | - |
| HSV(B) | 0.73º | 0.82% | 0.39% | - |
| XYZ | 5.6 | 3.22 | 0.9 | - |
| YUV | 43.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 18 | 0 | 0.81 | 0.82 | 0.61 | 0.73 | 0.69 | 0.23 |
| Hex | 64 | 13 | 12 | 0 | 51 | 52 | 3D | 1 | 45 | 17 |
| Octal | 144 | 23 | 22 | 0 | 121 | 122 | 75 | 1 | 105 | 27 |
| Binary | 1100100 | 10011 | 10010 | 0 | 1010001 | 1010010 | 111101 | 1 | 1000101 | 10111 |
Color Harmonies of #641312
Complementary color
Monochromatic Colors of #641312
Black with #641312
Text Example
Text Example
White with #641312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641312; }
p { color: rgb(100,19,18); }
H1.HeaderClassName
{
color: #641312;
}
.AnyTagClassName
{
color: #641312;
}
</style>
background-color css
<style>
a { background-color: #641312; }
a { background-color: rgb(100,19,18); }
div.DivClassName
{
background-color: #641312;
}
.BgClassName
{
background-color: #641312;
}
</style>
border-color css
<style>
span { border-color: #641312; }
span { border-color: rgb(100,19,18); }
td.TdClassName
{
border-color: #641312;
}
.TagClassName
{
border-color: #641312;
}
</style>