Shades of Red Oxide #641A05
Tints of Red Oxide #641A05
RGB
CMYK
RGB Variations
Color information
#641A05 (or 0x641A05) is known color: Red Oxide. HEX triplet: 64, 1A and 05. RGB value is (100,26,5). Sum of RGB (Red+Green+Blue) = 100+26+5=131 (17% of max value = 765). Red value is 100 (39.45% from 255 or 76.34% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 5 (2.34% from 255 or 3.82% from 131); Max value from RGB is 100 - color contains mainly: red. Hex color #641A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641A05 is #9BE5FA. Grayscale: #2D2D2D. Windows color (decimal): -10216955 or 334436. OLE color: 334436.
HSL color Cylindrical-coordinate representation of color #641A05: hue angle of 13.26º 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 #641A05 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 26 | 5 | - |
| CMYK | 0 | 0.74 | 0.95 | 0.61 |
| HSL | 13.26º | 0.9% | 0.21% | - |
| HSV(B) | 13.26º | 0.95% | 0.39% | - |
| XYZ | 5.65 | 3.46 | 0.51 | - |
| YUV | 45.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 5 | 0 | 0.74 | 0.95 | 0.61 | 13.26 | 0.9 | 0.21 |
| Hex | 64 | 1A | 5 | 0 | 4A | 5F | 3D | D | 5A | 15 |
| Octal | 144 | 32 | 5 | 0 | 112 | 137 | 75 | 15 | 132 | 25 |
| Binary | 1100100 | 11010 | 101 | 0 | 1001010 | 1011111 | 111101 | 1101 | 1011010 | 10101 |
Color Harmonies of #641A05
Complementary color
Monochromatic Colors of #641A05
Black with #641A05
Text Example
Text Example
White with #641A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A05; }
p { color: rgb(100,26,5); }
H1.HeaderClassName
{
color: #641A05;
}
.AnyTagClassName
{
color: #641A05;
}
</style>
background-color css
<style>
a { background-color: #641A05; }
a { background-color: rgb(100,26,5); }
div.DivClassName
{
background-color: #641A05;
}
.BgClassName
{
background-color: #641A05;
}
</style>
border-color css
<style>
span { border-color: #641A05; }
span { border-color: rgb(100,26,5); }
td.TdClassName
{
border-color: #641A05;
}
.TagClassName
{
border-color: #641A05;
}
</style>