Shades of Red Oxide #641305
Tints of Red Oxide #641305
RGB
CMYK
RGB Variations
Color information
#641305 (or 0x641305) is known color: Red Oxide. HEX triplet: 64, 13 and 05. RGB value is (100,19,5). Sum of RGB (Red+Green+Blue) = 100+19+5=124 (16% of max value = 765). Red value is 100 (39.45% from 255 or 80.65% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 100 - color contains mainly: red. Hex color #641305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641305 is #9BECFA. Grayscale: #292929. Windows color (decimal): -10218747 or 332644. OLE color: 332644.
HSL color Cylindrical-coordinate representation of color #641305: hue angle of 8.84º 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 #641305 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 19 | 5 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.61 |
| HSL | 8.84º | 0.9% | 0.21% | - |
| HSV(B) | 8.84º | 0.95% | 0.39% | - |
| XYZ | 5.52 | 3.19 | 0.47 | - |
| YUV | 41.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 5 | 0 | 0.81 | 0.95 | 0.61 | 8.84 | 0.9 | 0.21 |
| Hex | 64 | 13 | 5 | 0 | 51 | 5F | 3D | 9 | 5A | 15 |
| Octal | 144 | 23 | 5 | 0 | 121 | 137 | 75 | 11 | 132 | 25 |
| Binary | 1100100 | 10011 | 101 | 0 | 1010001 | 1011111 | 111101 | 1001 | 1011010 | 10101 |
Color Harmonies of #641305
Complementary color
Monochromatic Colors of #641305
Black with #641305
Text Example
Text Example
White with #641305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641305; }
p { color: rgb(100,19,5); }
H1.HeaderClassName
{
color: #641305;
}
.AnyTagClassName
{
color: #641305;
}
</style>
background-color css
<style>
a { background-color: #641305; }
a { background-color: rgb(100,19,5); }
div.DivClassName
{
background-color: #641305;
}
.BgClassName
{
background-color: #641305;
}
</style>
border-color css
<style>
span { border-color: #641305; }
span { border-color: rgb(100,19,5); }
td.TdClassName
{
border-color: #641305;
}
.TagClassName
{
border-color: #641305;
}
</style>