Shades of Red Oxide #641F12
Tints of Red Oxide #641F12
RGB
CMYK
RGB Variations
Color information
#641F12 (or 0x641F12) is known color: Red Oxide. HEX triplet: 64, 1F and 12. RGB value is (100,31,18). Sum of RGB (Red+Green+Blue) = 100+31+18=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 18 (7.42% from 255 or 12.08% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #641F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641F12 is #9BE0ED. Grayscale: #323232. Windows color (decimal): -10215662 or 1187684. OLE color: 1187684.
HSL color Cylindrical-coordinate representation of color #641F12: hue angle of 9.51º 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 #641F12 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 31 | 18 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.61 |
| HSL | 9.51º | 0.69% | 0.23% | - |
| HSV(B) | 9.51º | 0.82% | 0.39% | - |
| XYZ | 5.85 | 3.73 | 0.98 | - |
| YUV | 50.15 | 109.86 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 18 | 0 | 0.69 | 0.82 | 0.61 | 9.51 | 0.69 | 0.23 |
| Hex | 64 | 1F | 12 | 0 | 45 | 52 | 3D | A | 45 | 17 |
| Octal | 144 | 37 | 22 | 0 | 105 | 122 | 75 | 12 | 105 | 27 |
| Binary | 1100100 | 11111 | 10010 | 0 | 1000101 | 1010010 | 111101 | 1010 | 1000101 | 10111 |
Color Harmonies of #641F12
Complementary color
Monochromatic Colors of #641F12
Black with #641F12
Text Example
Text Example
White with #641F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641F12; }
p { color: rgb(100,31,18); }
H1.HeaderClassName
{
color: #641F12;
}
.AnyTagClassName
{
color: #641F12;
}
</style>
background-color css
<style>
a { background-color: #641F12; }
a { background-color: rgb(100,31,18); }
div.DivClassName
{
background-color: #641F12;
}
.BgClassName
{
background-color: #641F12;
}
</style>
border-color css
<style>
span { border-color: #641F12; }
span { border-color: rgb(100,31,18); }
td.TdClassName
{
border-color: #641F12;
}
.TagClassName
{
border-color: #641F12;
}
</style>