Shades of Red Oxide #641700
Tints of Red Oxide #641700
RGB
CMYK
RGB Variations
Color information
#641700 (or 0x641700) is known color: Red Oxide. HEX triplet: 64, 17 and 00. RGB value is (100,23,0). Sum of RGB (Red+Green+Blue) = 100+23+0=123 (16% of max value = 765). Red value is 100 (39.45% from 255 or 81.30% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 100 - color contains mainly: red. Hex color #641700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641700 is #9BE8FF. Grayscale: #2B2B2B. Windows color (decimal): -10217728 or 5988. OLE color: 5988.
HSL color Cylindrical-coordinate representation of color #641700: hue angle of 13.8º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #641700 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 23 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.61 |
| HSL | 13.8º | 1% | 0.2% | - |
| HSV(B) | 13.8º | 1% | 0.39% | - |
| XYZ | 5.56 | 3.32 | 0.35 | - |
| YUV | 43.4 | 103.51 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 0 | 0 | 0.77 | 1 | 0.61 | 13.8 | 1 | 0.2 |
| Hex | 64 | 17 | 0 | 0 | 4D | 64 | 3D | E | 64 | 14 |
| Octal | 144 | 27 | 0 | 0 | 115 | 144 | 75 | 16 | 144 | 24 |
| Binary | 1100100 | 10111 | 0 | 0 | 1001101 | 1100100 | 111101 | 1110 | 1100100 | 10100 |
Color Harmonies of #641700
Complementary color
Monochromatic Colors of #641700
Black with #641700
Text Example
Text Example
White with #641700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641700; }
p { color: rgb(100,23,0); }
H1.HeaderClassName
{
color: #641700;
}
.AnyTagClassName
{
color: #641700;
}
</style>
background-color css
<style>
a { background-color: #641700; }
a { background-color: rgb(100,23,0); }
div.DivClassName
{
background-color: #641700;
}
.BgClassName
{
background-color: #641700;
}
</style>
border-color css
<style>
span { border-color: #641700; }
span { border-color: rgb(100,23,0); }
td.TdClassName
{
border-color: #641700;
}
.TagClassName
{
border-color: #641700;
}
</style>