Shades of Red Oxide #611A0B
Tints of Red Oxide #611A0B
RGB
CMYK
RGB Variations
Color information
#611A0B (or 0x611A0B) is known color: Red Oxide. HEX triplet: 61, 1A and 0B. RGB value is (97,26,11). Sum of RGB (Red+Green+Blue) = 97+26+11=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #611A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611A0B is #9EE5F4. Grayscale: #2D2D2D. Windows color (decimal): -10413557 or 727649. OLE color: 727649.
HSL color Cylindrical-coordinate representation of color #611A0B: hue angle of 10.47º 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 #611A0B is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 26 | 11 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.62 |
| HSL | 10.47º | 0.8% | 0.21% | - |
| HSV(B) | 10.47º | 0.89% | 0.38% | - |
| XYZ | 5.36 | 3.3 | 0.67 | - |
| YUV | 45.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 26 | 11 | 0 | 0.73 | 0.89 | 0.62 | 10.47 | 0.8 | 0.21 |
| Hex | 61 | 1A | B | 0 | 49 | 59 | 3E | A | 50 | 15 |
| Octal | 141 | 32 | 13 | 0 | 111 | 131 | 76 | 12 | 120 | 25 |
| Binary | 1100001 | 11010 | 1011 | 0 | 1001001 | 1011001 | 111110 | 1010 | 1010000 | 10101 |
Color Harmonies of #611A0B
Complementary color
Monochromatic Colors of #611A0B
Black with #611A0B
Text Example
Text Example
White with #611A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611A0B; }
p { color: rgb(97,26,11); }
H1.HeaderClassName
{
color: #611A0B;
}
.AnyTagClassName
{
color: #611A0B;
}
</style>
background-color css
<style>
a { background-color: #611A0B; }
a { background-color: rgb(97,26,11); }
div.DivClassName
{
background-color: #611A0B;
}
.BgClassName
{
background-color: #611A0B;
}
</style>
border-color css
<style>
span { border-color: #611A0B; }
span { border-color: rgb(97,26,11); }
td.TdClassName
{
border-color: #611A0B;
}
.TagClassName
{
border-color: #611A0B;
}
</style>