Shades of Red Oxide #641D15
Tints of Red Oxide #641D15
RGB
CMYK
RGB Variations
Color information
#641D15 (or 0x641D15) is known color: Red Oxide. HEX triplet: 64, 1D and 15. RGB value is (100,29,21). Sum of RGB (Red+Green+Blue) = 100+29+21=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #641D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641D15 is #9BE2EA. Grayscale: #313131. Windows color (decimal): -10216171 or 1383780. OLE color: 1383780.
HSL color Cylindrical-coordinate representation of color #641D15: hue angle of 6.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641D15 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 21 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.61 |
| HSL | 6.08º | 0.65% | 0.24% | - |
| HSV(B) | 6.08º | 0.79% | 0.39% | - |
| XYZ | 5.83 | 3.64 | 1.11 | - |
| YUV | 49.32 | 112.02 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 21 | 0 | 0.71 | 0.79 | 0.61 | 6.08 | 0.65 | 0.24 |
| Hex | 64 | 1D | 15 | 0 | 47 | 4F | 3D | 6 | 41 | 18 |
| Octal | 144 | 35 | 25 | 0 | 107 | 117 | 75 | 6 | 101 | 30 |
| Binary | 1100100 | 11101 | 10101 | 0 | 1000111 | 1001111 | 111101 | 110 | 1000001 | 11000 |
Color Harmonies of #641D15
Complementary color
Monochromatic Colors of #641D15
Black with #641D15
Text Example
Text Example
White with #641D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D15; }
p { color: rgb(100,29,21); }
H1.HeaderClassName
{
color: #641D15;
}
.AnyTagClassName
{
color: #641D15;
}
</style>
background-color css
<style>
a { background-color: #641D15; }
a { background-color: rgb(100,29,21); }
div.DivClassName
{
background-color: #641D15;
}
.BgClassName
{
background-color: #641D15;
}
</style>
border-color css
<style>
span { border-color: #641D15; }
span { border-color: rgb(100,29,21); }
td.TdClassName
{
border-color: #641D15;
}
.TagClassName
{
border-color: #641D15;
}
</style>