Shades of Red Oxide #61180F
Tints of Red Oxide #61180F
RGB
CMYK
RGB Variations
Color information
#61180F (or 0x61180F) is known color: Red Oxide. HEX triplet: 61, 18 and 0F. RGB value is (97,24,15). Sum of RGB (Red+Green+Blue) = 97+24+15=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #61180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61180F is #9EE7F0. Grayscale: #2C2C2C. Windows color (decimal): -10414065 or 989281. OLE color: 989281.
HSL color Cylindrical-coordinate representation of color #61180F: hue angle of 6.59º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61180F is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 24 | 15 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.62 |
| HSL | 6.59º | 0.73% | 0.22% | - |
| HSV(B) | 6.59º | 0.85% | 0.38% | - |
| XYZ | 5.34 | 3.23 | 0.79 | - |
| YUV | 44.8 | 111.18 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 24 | 15 | 0 | 0.75 | 0.85 | 0.62 | 6.59 | 0.73 | 0.22 |
| Hex | 61 | 18 | F | 0 | 4B | 55 | 3E | 7 | 49 | 16 |
| Octal | 141 | 30 | 17 | 0 | 113 | 125 | 76 | 7 | 111 | 26 |
| Binary | 1100001 | 11000 | 1111 | 0 | 1001011 | 1010101 | 111110 | 111 | 1001001 | 10110 |
Color Harmonies of #61180F
Complementary color
Monochromatic Colors of #61180F
Black with #61180F
Text Example
Text Example
White with #61180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61180F; }
p { color: rgb(97,24,15); }
H1.HeaderClassName
{
color: #61180F;
}
.AnyTagClassName
{
color: #61180F;
}
</style>
background-color css
<style>
a { background-color: #61180F; }
a { background-color: rgb(97,24,15); }
div.DivClassName
{
background-color: #61180F;
}
.BgClassName
{
background-color: #61180F;
}
</style>
border-color css
<style>
span { border-color: #61180F; }
span { border-color: rgb(97,24,15); }
td.TdClassName
{
border-color: #61180F;
}
.TagClassName
{
border-color: #61180F;
}
</style>