Shades of Red Oxide #641809
Tints of Red Oxide #641809
RGB
CMYK
RGB Variations
Color information
#641809 (or 0x641809) is known color: Red Oxide. HEX triplet: 64, 18 and 09. RGB value is (100,24,9). Sum of RGB (Red+Green+Blue) = 100+24+9=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #641809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641809 is #9BE7F6. Grayscale: #2D2D2D. Windows color (decimal): -10217463 or 596068. OLE color: 596068.
HSL color Cylindrical-coordinate representation of color #641809: hue angle of 9.89º 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 #641809 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 24 | 9 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.61 |
| HSL | 9.89º | 0.83% | 0.21% | - |
| HSV(B) | 9.89º | 0.91% | 0.39% | - |
| XYZ | 5.63 | 3.38 | 0.61 | - |
| YUV | 45.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 9 | 0 | 0.76 | 0.91 | 0.61 | 9.89 | 0.83 | 0.21 |
| Hex | 64 | 18 | 9 | 0 | 4C | 5B | 3D | A | 53 | 15 |
| Octal | 144 | 30 | 11 | 0 | 114 | 133 | 75 | 12 | 123 | 25 |
| Binary | 1100100 | 11000 | 1001 | 0 | 1001100 | 1011011 | 111101 | 1010 | 1010011 | 10101 |
Color Harmonies of #641809
Complementary color
Monochromatic Colors of #641809
Black with #641809
Text Example
Text Example
White with #641809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641809; }
p { color: rgb(100,24,9); }
H1.HeaderClassName
{
color: #641809;
}
.AnyTagClassName
{
color: #641809;
}
</style>
background-color css
<style>
a { background-color: #641809; }
a { background-color: rgb(100,24,9); }
div.DivClassName
{
background-color: #641809;
}
.BgClassName
{
background-color: #641809;
}
</style>
border-color css
<style>
span { border-color: #641809; }
span { border-color: rgb(100,24,9); }
td.TdClassName
{
border-color: #641809;
}
.TagClassName
{
border-color: #641809;
}
</style>