Shades of Red Oxide #641408
Tints of Red Oxide #641408
RGB
CMYK
RGB Variations
Color information
#641408 (or 0x641408) is known color: Red Oxide. HEX triplet: 64, 14 and 08. RGB value is (100,20,8). Sum of RGB (Red+Green+Blue) = 100+20+8=128 (16% of max value = 765). Red value is 100 (39.45% from 255 or 78.12% from 128); Green value is 20 (8.20% from 255 or 15.62% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 100 - color contains mainly: red. Hex color #641408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641408 is #9BEBF7. Grayscale: #2A2A2A. Windows color (decimal): -10218488 or 529508. OLE color: 529508.
HSL color Cylindrical-coordinate representation of color #641408: hue angle of 7.83º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #641408 is Cyan = 0, Magento = 0.8, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 20 | 8 | - |
| CMYK | 0 | 0.8 | 0.92 | 0.61 |
| HSL | 7.83º | 0.85% | 0.21% | - |
| HSV(B) | 7.83º | 0.92% | 0.39% | - |
| XYZ | 5.55 | 3.23 | 0.56 | - |
| YUV | 42.55 | 108.5 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 8 | 0 | 0.8 | 0.92 | 0.61 | 7.83 | 0.85 | 0.21 |
| Hex | 64 | 14 | 8 | 0 | 50 | 5C | 3D | 8 | 55 | 15 |
| Octal | 144 | 24 | 10 | 0 | 120 | 134 | 75 | 10 | 125 | 25 |
| Binary | 1100100 | 10100 | 1000 | 0 | 1010000 | 1011100 | 111101 | 1000 | 1010101 | 10101 |
Color Harmonies of #641408
Complementary color
Monochromatic Colors of #641408
Black with #641408
Text Example
Text Example
White with #641408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641408; }
p { color: rgb(100,20,8); }
H1.HeaderClassName
{
color: #641408;
}
.AnyTagClassName
{
color: #641408;
}
</style>
background-color css
<style>
a { background-color: #641408; }
a { background-color: rgb(100,20,8); }
div.DivClassName
{
background-color: #641408;
}
.BgClassName
{
background-color: #641408;
}
</style>
border-color css
<style>
span { border-color: #641408; }
span { border-color: rgb(100,20,8); }
td.TdClassName
{
border-color: #641408;
}
.TagClassName
{
border-color: #641408;
}
</style>