Shades of Red Oxide #641A1A
Tints of Red Oxide #641A1A
RGB
CMYK
RGB Variations
Color information
#641A1A (or 0x641A1A) is known color: Red Oxide. HEX triplet: 64, 1A and 1A. RGB value is (100,26,26). Sum of RGB (Red+Green+Blue) = 100+26+26=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #641A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641A1A is #9BE5E5. Grayscale: #303030. Windows color (decimal): -10216934 or 1710692. OLE color: 1710692.
HSL color Cylindrical-coordinate representation of color #641A1A: hue angle of 0º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #641A1A is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 26 | 26 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.61 |
| HSL | 0º | 0.59% | 0.25% | - |
| HSV(B) | 0º | 0.74% | 0.39% | - |
| XYZ | 5.81 | 3.52 | 1.35 | - |
| YUV | 48.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 26 | 26 | 0 | 0.74 | 0.74 | 0.61 | 0 | 0.59 | 0.25 |
| Hex | 64 | 1A | 1A | 0 | 4A | 4A | 3D | 0 | 3B | 19 |
| Octal | 144 | 32 | 32 | 0 | 112 | 112 | 75 | 0 | 73 | 31 |
| Binary | 1100100 | 11010 | 11010 | 0 | 1001010 | 1001010 | 111101 | 0 | 111011 | 11001 |
Color Harmonies of #641A1A
Complementary color
Monochromatic Colors of #641A1A
Black with #641A1A
Text Example
Text Example
White with #641A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641A1A; }
p { color: rgb(100,26,26); }
H1.HeaderClassName
{
color: #641A1A;
}
.AnyTagClassName
{
color: #641A1A;
}
</style>
background-color css
<style>
a { background-color: #641A1A; }
a { background-color: rgb(100,26,26); }
div.DivClassName
{
background-color: #641A1A;
}
.BgClassName
{
background-color: #641A1A;
}
</style>
border-color css
<style>
span { border-color: #641A1A; }
span { border-color: rgb(100,26,26); }
td.TdClassName
{
border-color: #641A1A;
}
.TagClassName
{
border-color: #641A1A;
}
</style>