Shades of Red Oxide #611D10
Tints of Red Oxide #611D10
RGB
CMYK
RGB Variations
Color information
#611D10 (or 0x611D10) is known color: Red Oxide. HEX triplet: 61, 1D and 10. RGB value is (97,29,16). Sum of RGB (Red+Green+Blue) = 97+29+16=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #611D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D10 is #9EE2EF. Grayscale: #2F2F2F. Windows color (decimal): -10412784 or 1056097. OLE color: 1056097.
HSL color Cylindrical-coordinate representation of color #611D10: hue angle of 9.63º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611D10 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 16 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.62 |
| HSL | 9.63º | 0.72% | 0.22% | - |
| HSV(B) | 9.63º | 0.84% | 0.38% | - |
| XYZ | 5.46 | 3.46 | 0.87 | - |
| YUV | 47.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 16 | 0 | 0.70 | 0.84 | 0.62 | 9.63 | 0.72 | 0.22 |
| Hex | 61 | 1D | 10 | 0 | 46 | 54 | 3E | A | 48 | 16 |
| Octal | 141 | 35 | 20 | 0 | 106 | 124 | 76 | 12 | 110 | 26 |
| Binary | 1100001 | 11101 | 10000 | 0 | 1000110 | 1010100 | 111110 | 1010 | 1001000 | 10110 |
Color Harmonies of #611D10
Complementary color
Monochromatic Colors of #611D10
Black with #611D10
Text Example
Text Example
White with #611D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D10; }
p { color: rgb(97,29,16); }
H1.HeaderClassName
{
color: #611D10;
}
.AnyTagClassName
{
color: #611D10;
}
</style>
background-color css
<style>
a { background-color: #611D10; }
a { background-color: rgb(97,29,16); }
div.DivClassName
{
background-color: #611D10;
}
.BgClassName
{
background-color: #611D10;
}
</style>
border-color css
<style>
span { border-color: #611D10; }
span { border-color: rgb(97,29,16); }
td.TdClassName
{
border-color: #611D10;
}
.TagClassName
{
border-color: #611D10;
}
</style>