Shades of Red Oxide #611D0B
Tints of Red Oxide #611D0B
RGB
CMYK
RGB Variations
Color information
#611D0B (or 0x611D0B) is known color: Red Oxide. HEX triplet: 61, 1D and 0B. RGB value is (97,29,11). Sum of RGB (Red+Green+Blue) = 97+29+11=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #611D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611D0B is #9EE2F4. Grayscale: #2F2F2F. Windows color (decimal): -10412789 or 728417. OLE color: 728417.
HSL color Cylindrical-coordinate representation of color #611D0B: hue angle of 12.56º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #611D0B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 29 | 11 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.62 |
| HSL | 12.56º | 0.8% | 0.21% | - |
| HSV(B) | 12.56º | 0.89% | 0.38% | - |
| XYZ | 5.43 | 3.44 | 0.7 | - |
| YUV | 47.28 | 107.53 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 29 | 11 | 0 | 0.70 | 0.89 | 0.62 | 12.56 | 0.8 | 0.21 |
| Hex | 61 | 1D | B | 0 | 46 | 59 | 3E | D | 50 | 15 |
| Octal | 141 | 35 | 13 | 0 | 106 | 131 | 76 | 15 | 120 | 25 |
| Binary | 1100001 | 11101 | 1011 | 0 | 1000110 | 1011001 | 111110 | 1101 | 1010000 | 10101 |
Color Harmonies of #611D0B
Complementary color
Monochromatic Colors of #611D0B
Black with #611D0B
Text Example
Text Example
White with #611D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611D0B; }
p { color: rgb(97,29,11); }
H1.HeaderClassName
{
color: #611D0B;
}
.AnyTagClassName
{
color: #611D0B;
}
</style>
background-color css
<style>
a { background-color: #611D0B; }
a { background-color: rgb(97,29,11); }
div.DivClassName
{
background-color: #611D0B;
}
.BgClassName
{
background-color: #611D0B;
}
</style>
border-color css
<style>
span { border-color: #611D0B; }
span { border-color: rgb(97,29,11); }
td.TdClassName
{
border-color: #611D0B;
}
.TagClassName
{
border-color: #611D0B;
}
</style>