Shades of Red Oxide #611B0B
Tints of Red Oxide #611B0B
RGB
CMYK
RGB Variations
Color information
#611B0B (or 0x611B0B) is known color: Red Oxide. HEX triplet: 61, 1B and 0B. RGB value is (97,27,11). Sum of RGB (Red+Green+Blue) = 97+27+11=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 11 (4.69% from 255 or 8.15% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #611B0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B0B is #9EE4F4. Grayscale: #2E2E2E. Windows color (decimal): -10413301 or 727905. OLE color: 727905.
HSL color Cylindrical-coordinate representation of color #611B0B: hue angle of 11.16º 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 #611B0B is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 27 | 11 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.62 |
| HSL | 11.16º | 0.8% | 0.21% | - |
| HSV(B) | 11.16º | 0.89% | 0.38% | - |
| XYZ | 5.38 | 3.35 | 0.68 | - |
| YUV | 46.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 11 | 0 | 0.72 | 0.89 | 0.62 | 11.16 | 0.8 | 0.21 |
| Hex | 61 | 1B | B | 0 | 48 | 59 | 3E | B | 50 | 15 |
| Octal | 141 | 33 | 13 | 0 | 110 | 131 | 76 | 13 | 120 | 25 |
| Binary | 1100001 | 11011 | 1011 | 0 | 1001000 | 1011001 | 111110 | 1011 | 1010000 | 10101 |
Color Harmonies of #611B0B
Complementary color
Monochromatic Colors of #611B0B
Black with #611B0B
Text Example
Text Example
White with #611B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B0B; }
p { color: rgb(97,27,11); }
H1.HeaderClassName
{
color: #611B0B;
}
.AnyTagClassName
{
color: #611B0B;
}
</style>
background-color css
<style>
a { background-color: #611B0B; }
a { background-color: rgb(97,27,11); }
div.DivClassName
{
background-color: #611B0B;
}
.BgClassName
{
background-color: #611B0B;
}
</style>
border-color css
<style>
span { border-color: #611B0B; }
span { border-color: rgb(97,27,11); }
td.TdClassName
{
border-color: #611B0B;
}
.TagClassName
{
border-color: #611B0B;
}
</style>