Shades of Red Oxide #651804
Tints of Red Oxide #651804
RGB
CMYK
RGB Variations
Color information
#651804 (or 0x651804) is known color: Red Oxide. HEX triplet: 65, 18 and 04. RGB value is (101,24,4). Sum of RGB (Red+Green+Blue) = 101+24+4=129 (17% of max value = 765). Red value is 101 (39.84% from 255 or 78.29% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 4 (1.95% from 255 or 3.10% from 129); Max value from RGB is 101 - color contains mainly: red. Hex color #651804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651804 is #9AE7FB. Grayscale: #2C2C2C. Windows color (decimal): -10151932 or 268389. OLE color: 268389.
HSL color Cylindrical-coordinate representation of color #651804: hue angle of 12.37º 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 #651804 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 24 | 4 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.60 |
| HSL | 12.37º | 0.92% | 0.21% | - |
| HSV(B) | 12.37º | 0.96% | 0.4% | - |
| XYZ | 5.72 | 3.43 | 0.48 | - |
| YUV | 44.74 | 105.01 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 24 | 4 | 0 | 0.76 | 0.96 | 0.60 | 12.37 | 0.92 | 0.21 |
| Hex | 65 | 18 | 4 | 0 | 4C | 60 | 3C | C | 5C | 15 |
| Octal | 145 | 30 | 4 | 0 | 114 | 140 | 74 | 14 | 134 | 25 |
| Binary | 1100101 | 11000 | 100 | 0 | 1001100 | 1100000 | 111100 | 1100 | 1011100 | 10101 |
Color Harmonies of #651804
Complementary color
Monochromatic Colors of #651804
Black with #651804
Text Example
Text Example
White with #651804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651804; }
p { color: rgb(101,24,4); }
H1.HeaderClassName
{
color: #651804;
}
.AnyTagClassName
{
color: #651804;
}
</style>
background-color css
<style>
a { background-color: #651804; }
a { background-color: rgb(101,24,4); }
div.DivClassName
{
background-color: #651804;
}
.BgClassName
{
background-color: #651804;
}
</style>
border-color css
<style>
span { border-color: #651804; }
span { border-color: rgb(101,24,4); }
td.TdClassName
{
border-color: #651804;
}
.TagClassName
{
border-color: #651804;
}
</style>