Shades of Red Oxide #61130B
Tints of Red Oxide #61130B
RGB
CMYK
RGB Variations
Color information
#61130B (or 0x61130B) is known color: Red Oxide. HEX triplet: 61, 13 and 0B. RGB value is (97,19,11). Sum of RGB (Red+Green+Blue) = 97+19+11=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #61130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61130B is #9EECF4. Grayscale: #292929. Windows color (decimal): -10415349 or 725857. OLE color: 725857.
HSL color Cylindrical-coordinate representation of color #61130B: hue angle of 5.58º 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 #61130B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 19 | 11 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.62 |
| HSL | 5.58º | 0.8% | 0.21% | - |
| HSV(B) | 5.58º | 0.89% | 0.38% | - |
| XYZ | 5.22 | 3.03 | 0.63 | - |
| YUV | 41.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 19 | 11 | 0 | 0.80 | 0.89 | 0.62 | 5.58 | 0.8 | 0.21 |
| Hex | 61 | 13 | B | 0 | 50 | 59 | 3E | 6 | 50 | 15 |
| Octal | 141 | 23 | 13 | 0 | 120 | 131 | 76 | 6 | 120 | 25 |
| Binary | 1100001 | 10011 | 1011 | 0 | 1010000 | 1011001 | 111110 | 110 | 1010000 | 10101 |
Color Harmonies of #61130B
Complementary color
Monochromatic Colors of #61130B
Black with #61130B
Text Example
Text Example
White with #61130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61130B; }
p { color: rgb(97,19,11); }
H1.HeaderClassName
{
color: #61130B;
}
.AnyTagClassName
{
color: #61130B;
}
</style>
background-color css
<style>
a { background-color: #61130B; }
a { background-color: rgb(97,19,11); }
div.DivClassName
{
background-color: #61130B;
}
.BgClassName
{
background-color: #61130B;
}
</style>
border-color css
<style>
span { border-color: #61130B; }
span { border-color: rgb(97,19,11); }
td.TdClassName
{
border-color: #61130B;
}
.TagClassName
{
border-color: #61130B;
}
</style>