Shades of Red Oxide #641D13
Tints of Red Oxide #641D13
RGB
CMYK
RGB Variations
Color information
#641D13 (or 0x641D13) is known color: Red Oxide. HEX triplet: 64, 1D and 13. RGB value is (100,29,19). Sum of RGB (Red+Green+Blue) = 100+29+19=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #641D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #641D13 is #9BE2EC. Grayscale: #313131. Windows color (decimal): -10216173 or 1252708. OLE color: 1252708.
HSL color Cylindrical-coordinate representation of color #641D13: hue angle of 7.41º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #641D13 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 19 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.61 |
| HSL | 7.41º | 0.68% | 0.23% | - |
| HSV(B) | 7.41º | 0.81% | 0.39% | - |
| XYZ | 5.81 | 3.64 | 1.01 | - |
| YUV | 49.09 | 111.02 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 19 | 0 | 0.71 | 0.81 | 0.61 | 7.41 | 0.68 | 0.23 |
| Hex | 64 | 1D | 13 | 0 | 47 | 51 | 3D | 7 | 44 | 17 |
| Octal | 144 | 35 | 23 | 0 | 107 | 121 | 75 | 7 | 104 | 27 |
| Binary | 1100100 | 11101 | 10011 | 0 | 1000111 | 1010001 | 111101 | 111 | 1000100 | 10111 |
Color Harmonies of #641D13
Complementary color
Monochromatic Colors of #641D13
Black with #641D13
Text Example
Text Example
White with #641D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D13; }
p { color: rgb(100,29,19); }
H1.HeaderClassName
{
color: #641D13;
}
.AnyTagClassName
{
color: #641D13;
}
</style>
background-color css
<style>
a { background-color: #641D13; }
a { background-color: rgb(100,29,19); }
div.DivClassName
{
background-color: #641D13;
}
.BgClassName
{
background-color: #641D13;
}
</style>
border-color css
<style>
span { border-color: #641D13; }
span { border-color: rgb(100,29,19); }
td.TdClassName
{
border-color: #641D13;
}
.TagClassName
{
border-color: #641D13;
}
</style>