Shades of Red Oxide #641D0C
Tints of Red Oxide #641D0C
RGB
CMYK
RGB Variations
Color information
#641D0C (or 0x641D0C) is known color: Red Oxide. HEX triplet: 64, 1D and 0C. RGB value is (100,29,12). Sum of RGB (Red+Green+Blue) = 100+29+12=141 (18% of max value = 765). Red value is 100 (39.45% from 255 or 70.92% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 100 - color contains mainly: red. Hex color #641D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641D0C is #9BE2F3. Grayscale: #303030. Windows color (decimal): -10216180 or 793956. OLE color: 793956.
HSL color Cylindrical-coordinate representation of color #641D0C: hue angle of 11.59º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641D0C is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 12 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.61 |
| HSL | 11.59º | 0.79% | 0.22% | - |
| HSV(B) | 11.59º | 0.88% | 0.39% | - |
| XYZ | 5.76 | 3.61 | 0.74 | - |
| YUV | 48.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 12 | 0 | 0.71 | 0.88 | 0.61 | 11.59 | 0.79 | 0.22 |
| Hex | 64 | 1D | C | 0 | 47 | 58 | 3D | C | 4F | 16 |
| Octal | 144 | 35 | 14 | 0 | 107 | 130 | 75 | 14 | 117 | 26 |
| Binary | 1100100 | 11101 | 1100 | 0 | 1000111 | 1011000 | 111101 | 1100 | 1001111 | 10110 |
Color Harmonies of #641D0C
Complementary color
Monochromatic Colors of #641D0C
Black with #641D0C
Text Example
Text Example
White with #641D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D0C; }
p { color: rgb(100,29,12); }
H1.HeaderClassName
{
color: #641D0C;
}
.AnyTagClassName
{
color: #641D0C;
}
</style>
background-color css
<style>
a { background-color: #641D0C; }
a { background-color: rgb(100,29,12); }
div.DivClassName
{
background-color: #641D0C;
}
.BgClassName
{
background-color: #641D0C;
}
</style>
border-color css
<style>
span { border-color: #641D0C; }
span { border-color: rgb(100,29,12); }
td.TdClassName
{
border-color: #641D0C;
}
.TagClassName
{
border-color: #641D0C;
}
</style>