Shades of Red Oxide #611D17
Tints of Red Oxide #611D17
RGB
CMYK
RGB Variations
Color information
#611D17 (or 0x611D17) is known color: Red Oxide. HEX triplet: 61, 1D and 17. RGB value is (97,29,23). Sum of RGB (Red+Green+Blue) = 97+29+23=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #611D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D17 is #9EE2E8. Grayscale: #303030. Windows color (decimal): -10412777 or 1514849. OLE color: 1514849.
HSL color Cylindrical-coordinate representation of color #611D17: hue angle of 4.86º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #611D17 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 23 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.62 |
| HSL | 4.86º | 0.62% | 0.24% | - |
| HSV(B) | 4.86º | 0.76% | 0.38% | - |
| XYZ | 5.52 | 3.48 | 1.19 | - |
| YUV | 48.65 | 113.53 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 23 | 0 | 0.70 | 0.76 | 0.62 | 4.86 | 0.62 | 0.24 |
| Hex | 61 | 1D | 17 | 0 | 46 | 4C | 3E | 5 | 3E | 18 |
| Octal | 141 | 35 | 27 | 0 | 106 | 114 | 76 | 5 | 76 | 30 |
| Binary | 1100001 | 11101 | 10111 | 0 | 1000110 | 1001100 | 111110 | 101 | 111110 | 11000 |
Color Harmonies of #611D17
Complementary color
Monochromatic Colors of #611D17
Black with #611D17
Text Example
Text Example
White with #611D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D17; }
p { color: rgb(97,29,23); }
H1.HeaderClassName
{
color: #611D17;
}
.AnyTagClassName
{
color: #611D17;
}
</style>
background-color css
<style>
a { background-color: #611D17; }
a { background-color: rgb(97,29,23); }
div.DivClassName
{
background-color: #611D17;
}
.BgClassName
{
background-color: #611D17;
}
</style>
border-color css
<style>
span { border-color: #611D17; }
span { border-color: rgb(97,29,23); }
td.TdClassName
{
border-color: #611D17;
}
.TagClassName
{
border-color: #611D17;
}
</style>