Shades of Red Oxide #641D0D
Tints of Red Oxide #641D0D
RGB
CMYK
RGB Variations
Color information
#641D0D (or 0x641D0D) is known color: Red Oxide. HEX triplet: 64, 1D and 0D. RGB value is (100,29,13). Sum of RGB (Red+Green+Blue) = 100+29+13=142 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.42% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 100 - color contains mainly: red. Hex color #641D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641D0D is #9BE2F2. Grayscale: #303030. Windows color (decimal): -10216179 or 859492. OLE color: 859492.
HSL color Cylindrical-coordinate representation of color #641D0D: hue angle of 11.03º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641D0D is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 13 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.61 |
| HSL | 11.03º | 0.77% | 0.22% | - |
| HSV(B) | 11.03º | 0.87% | 0.39% | - |
| XYZ | 5.77 | 3.62 | 0.77 | - |
| YUV | 48.41 | 108.02 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 13 | 0 | 0.71 | 0.87 | 0.61 | 11.03 | 0.77 | 0.22 |
| Hex | 64 | 1D | D | 0 | 47 | 57 | 3D | B | 4D | 16 |
| Octal | 144 | 35 | 15 | 0 | 107 | 127 | 75 | 13 | 115 | 26 |
| Binary | 1100100 | 11101 | 1101 | 0 | 1000111 | 1010111 | 111101 | 1011 | 1001101 | 10110 |
Color Harmonies of #641D0D
Complementary color
Monochromatic Colors of #641D0D
Black with #641D0D
Text Example
Text Example
White with #641D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D0D; }
p { color: rgb(100,29,13); }
H1.HeaderClassName
{
color: #641D0D;
}
.AnyTagClassName
{
color: #641D0D;
}
</style>
background-color css
<style>
a { background-color: #641D0D; }
a { background-color: rgb(100,29,13); }
div.DivClassName
{
background-color: #641D0D;
}
.BgClassName
{
background-color: #641D0D;
}
</style>
border-color css
<style>
span { border-color: #641D0D; }
span { border-color: rgb(100,29,13); }
td.TdClassName
{
border-color: #641D0D;
}
.TagClassName
{
border-color: #641D0D;
}
</style>