Shades of Red Oxide #641808
Tints of Red Oxide #641808
RGB
CMYK
RGB Variations
Color information
#641808 (or 0x641808) is known color: Red Oxide. HEX triplet: 64, 18 and 08. RGB value is (100,24,8). Sum of RGB (Red+Green+Blue) = 100+24+8=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #641808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641808 is #9BE7F7. Grayscale: #2D2D2D. Windows color (decimal): -10217464 or 530532. OLE color: 530532.
HSL color Cylindrical-coordinate representation of color #641808: hue angle of 10.43º 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 #641808 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 24 | 8 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.61 |
| HSL | 10.43º | 0.85% | 0.21% | - |
| HSV(B) | 10.43º | 0.92% | 0.39% | - |
| XYZ | 5.63 | 3.38 | 0.59 | - |
| YUV | 44.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 8 | 0 | 0.76 | 0.92 | 0.61 | 10.43 | 0.85 | 0.21 |
| Hex | 64 | 18 | 8 | 0 | 4C | 5C | 3D | A | 55 | 15 |
| Octal | 144 | 30 | 10 | 0 | 114 | 134 | 75 | 12 | 125 | 25 |
| Binary | 1100100 | 11000 | 1000 | 0 | 1001100 | 1011100 | 111101 | 1010 | 1010101 | 10101 |
Color Harmonies of #641808
Complementary color
Monochromatic Colors of #641808
Black with #641808
Text Example
Text Example
White with #641808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641808; }
p { color: rgb(100,24,8); }
H1.HeaderClassName
{
color: #641808;
}
.AnyTagClassName
{
color: #641808;
}
</style>
background-color css
<style>
a { background-color: #641808; }
a { background-color: rgb(100,24,8); }
div.DivClassName
{
background-color: #641808;
}
.BgClassName
{
background-color: #641808;
}
</style>
border-color css
<style>
span { border-color: #641808; }
span { border-color: rgb(100,24,8); }
td.TdClassName
{
border-color: #641808;
}
.TagClassName
{
border-color: #641808;
}
</style>