Shades of Red Oxide #641905
Tints of Red Oxide #641905
RGB
CMYK
RGB Variations
Color information
#641905 (or 0x641905) is known color: Red Oxide. HEX triplet: 64, 19 and 05. RGB value is (100,25,5). Sum of RGB (Red+Green+Blue) = 100+25+5=130 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.92% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 100 - color contains mainly: red. Hex color #641905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641905 is #9BE6FA. Grayscale: #2D2D2D. Windows color (decimal): -10217211 or 334180. OLE color: 334180.
HSL color Cylindrical-coordinate representation of color #641905: hue angle of 12.63º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #641905 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 25 | 5 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.61 |
| HSL | 12.63º | 0.9% | 0.21% | - |
| HSV(B) | 12.63º | 0.95% | 0.39% | - |
| XYZ | 5.63 | 3.42 | 0.51 | - |
| YUV | 45.15 | 105.35 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 25 | 5 | 0 | 0.75 | 0.95 | 0.61 | 12.63 | 0.9 | 0.21 |
| Hex | 64 | 19 | 5 | 0 | 4B | 5F | 3D | D | 5A | 15 |
| Octal | 144 | 31 | 5 | 0 | 113 | 137 | 75 | 15 | 132 | 25 |
| Binary | 1100100 | 11001 | 101 | 0 | 1001011 | 1011111 | 111101 | 1101 | 1011010 | 10101 |
Color Harmonies of #641905
Complementary color
Monochromatic Colors of #641905
Black with #641905
Text Example
Text Example
White with #641905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641905; }
p { color: rgb(100,25,5); }
H1.HeaderClassName
{
color: #641905;
}
.AnyTagClassName
{
color: #641905;
}
</style>
background-color css
<style>
a { background-color: #641905; }
a { background-color: rgb(100,25,5); }
div.DivClassName
{
background-color: #641905;
}
.BgClassName
{
background-color: #641905;
}
</style>
border-color css
<style>
span { border-color: #641905; }
span { border-color: rgb(100,25,5); }
td.TdClassName
{
border-color: #641905;
}
.TagClassName
{
border-color: #641905;
}
</style>