Shades of Red Oxide #641300
Tints of Red Oxide #641300
RGB
CMYK
RGB Variations
Color information
#641300 (or 0x641300) is known color: Red Oxide. HEX triplet: 64, 13 and 00. RGB value is (100,19,0). Sum of RGB (Red+Green+Blue) = 100+19+0=119 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.03% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 100 - color contains mainly: red. Hex color #641300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #641300 is #9BECFF. Grayscale: #292929. Windows color (decimal): -10218752 or 4964. OLE color: 4964.
HSL color Cylindrical-coordinate representation of color #641300: hue angle of 11.4º 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 #641300 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 19 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.61 |
| HSL | 11.4º | 1% | 0.2% | - |
| HSV(B) | 11.4º | 1% | 0.39% | - |
| XYZ | 5.49 | 3.18 | 0.32 | - |
| YUV | 41.05 | 104.84 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 0 | 0 | 0.81 | 1 | 0.61 | 11.4 | 1 | 0.2 |
| Hex | 64 | 13 | 0 | 0 | 51 | 64 | 3D | B | 64 | 14 |
| Octal | 144 | 23 | 0 | 0 | 121 | 144 | 75 | 13 | 144 | 24 |
| Binary | 1100100 | 10011 | 0 | 0 | 1010001 | 1100100 | 111101 | 1011 | 1100100 | 10100 |
Color Harmonies of #641300
Complementary color
Monochromatic Colors of #641300
Black with #641300
Text Example
Text Example
White with #641300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641300; }
p { color: rgb(100,19,0); }
H1.HeaderClassName
{
color: #641300;
}
.AnyTagClassName
{
color: #641300;
}
</style>
background-color css
<style>
a { background-color: #641300; }
a { background-color: rgb(100,19,0); }
div.DivClassName
{
background-color: #641300;
}
.BgClassName
{
background-color: #641300;
}
</style>
border-color css
<style>
span { border-color: #641300; }
span { border-color: rgb(100,19,0); }
td.TdClassName
{
border-color: #641300;
}
.TagClassName
{
border-color: #641300;
}
</style>