Shades of Red Oxide #651404
Tints of Red Oxide #651404
RGB
CMYK
RGB Variations
Color information
#651404 (or 0x651404) is known color: Red Oxide. HEX triplet: 65, 14 and 04. RGB value is (101,20,4). Sum of RGB (Red+Green+Blue) = 101+20+4=125 (16% of max value = 765). Red value is 101 (39.84% from 255 or 80.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 101 - color contains mainly: red. Hex color #651404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651404 is #9AEBFB. Grayscale: #2A2A2A. Windows color (decimal): -10152956 or 267365. OLE color: 267365.
HSL color Cylindrical-coordinate representation of color #651404: hue angle of 9.9º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #651404 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 20 | 4 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.60 |
| HSL | 9.9º | 0.92% | 0.21% | - |
| HSV(B) | 9.9º | 0.96% | 0.4% | - |
| XYZ | 5.64 | 3.28 | 0.45 | - |
| YUV | 42.4 | 106.34 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 20 | 4 | 0 | 0.80 | 0.96 | 0.60 | 9.9 | 0.92 | 0.21 |
| Hex | 65 | 14 | 4 | 0 | 50 | 60 | 3C | A | 5C | 15 |
| Octal | 145 | 24 | 4 | 0 | 120 | 140 | 74 | 12 | 134 | 25 |
| Binary | 1100101 | 10100 | 100 | 0 | 1010000 | 1100000 | 111100 | 1010 | 1011100 | 10101 |
Color Harmonies of #651404
Complementary color
Monochromatic Colors of #651404
Black with #651404
Text Example
Text Example
White with #651404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651404; }
p { color: rgb(101,20,4); }
H1.HeaderClassName
{
color: #651404;
}
.AnyTagClassName
{
color: #651404;
}
</style>
background-color css
<style>
a { background-color: #651404; }
a { background-color: rgb(101,20,4); }
div.DivClassName
{
background-color: #651404;
}
.BgClassName
{
background-color: #651404;
}
</style>
border-color css
<style>
span { border-color: #651404; }
span { border-color: rgb(101,20,4); }
td.TdClassName
{
border-color: #651404;
}
.TagClassName
{
border-color: #651404;
}
</style>