Shades of Red Oxide #641F17
Tints of Red Oxide #641F17
RGB
CMYK
RGB Variations
Color information
#641F17 (or 0x641F17) is known color: Red Oxide. HEX triplet: 64, 1F and 17. RGB value is (100,31,23). Sum of RGB (Red+Green+Blue) = 100+31+23=154 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.94% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 23 (9.38% from 255 or 14.94% from 154); Max value from RGB is 100 - color contains mainly: red. Hex color #641F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641F17 is #9BE0E8. Grayscale: #323232. Windows color (decimal): -10215657 or 1515364. OLE color: 1515364.
HSL color Cylindrical-coordinate representation of color #641F17: hue angle of 6.23º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641F17 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 31 | 23 | - |
| CMYK | 0 | 0.69 | 0.77 | 0.61 |
| HSL | 6.23º | 0.63% | 0.24% | - |
| HSV(B) | 6.23º | 0.77% | 0.39% | - |
| XYZ | 5.9 | 3.75 | 1.22 | - |
| YUV | 50.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 23 | 0 | 0.69 | 0.77 | 0.61 | 6.23 | 0.63 | 0.24 |
| Hex | 64 | 1F | 17 | 0 | 45 | 4D | 3D | 6 | 3F | 18 |
| Octal | 144 | 37 | 27 | 0 | 105 | 115 | 75 | 6 | 77 | 30 |
| Binary | 1100100 | 11111 | 10111 | 0 | 1000101 | 1001101 | 111101 | 110 | 111111 | 11000 |
Color Harmonies of #641F17
Complementary color
Monochromatic Colors of #641F17
Black with #641F17
Text Example
Text Example
White with #641F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641F17; }
p { color: rgb(100,31,23); }
H1.HeaderClassName
{
color: #641F17;
}
.AnyTagClassName
{
color: #641F17;
}
</style>
background-color css
<style>
a { background-color: #641F17; }
a { background-color: rgb(100,31,23); }
div.DivClassName
{
background-color: #641F17;
}
.BgClassName
{
background-color: #641F17;
}
</style>
border-color css
<style>
span { border-color: #641F17; }
span { border-color: rgb(100,31,23); }
td.TdClassName
{
border-color: #641F17;
}
.TagClassName
{
border-color: #641F17;
}
</style>