Shades of Red Oxide #641709
Tints of Red Oxide #641709
RGB
CMYK
RGB Variations
Color information
#641709 (or 0x641709) is known color: Red Oxide. HEX triplet: 64, 17 and 09. RGB value is (100,23,9). Sum of RGB (Red+Green+Blue) = 100+23+9=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #641709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641709 is #9BE8F6. Grayscale: #2C2C2C. Windows color (decimal): -10217719 or 595812. OLE color: 595812.
HSL color Cylindrical-coordinate representation of color #641709: hue angle of 9.23º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #641709 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 23 | 9 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.61 |
| HSL | 9.23º | 0.83% | 0.21% | - |
| HSV(B) | 9.23º | 0.91% | 0.39% | - |
| XYZ | 5.61 | 3.34 | 0.61 | - |
| YUV | 44.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 9 | 0 | 0.77 | 0.91 | 0.61 | 9.23 | 0.83 | 0.21 |
| Hex | 64 | 17 | 9 | 0 | 4D | 5B | 3D | 9 | 53 | 15 |
| Octal | 144 | 27 | 11 | 0 | 115 | 133 | 75 | 11 | 123 | 25 |
| Binary | 1100100 | 10111 | 1001 | 0 | 1001101 | 1011011 | 111101 | 1001 | 1010011 | 10101 |
Color Harmonies of #641709
Complementary color
Monochromatic Colors of #641709
Black with #641709
Text Example
Text Example
White with #641709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641709; }
p { color: rgb(100,23,9); }
H1.HeaderClassName
{
color: #641709;
}
.AnyTagClassName
{
color: #641709;
}
</style>
background-color css
<style>
a { background-color: #641709; }
a { background-color: rgb(100,23,9); }
div.DivClassName
{
background-color: #641709;
}
.BgClassName
{
background-color: #641709;
}
</style>
border-color css
<style>
span { border-color: #641709; }
span { border-color: rgb(100,23,9); }
td.TdClassName
{
border-color: #641709;
}
.TagClassName
{
border-color: #641709;
}
</style>