Shades of Red Oxide #61100F
Tints of Red Oxide #61100F
RGB
CMYK
RGB Variations
Color information
#61100F (or 0x61100F) is known color: Red Oxide. HEX triplet: 61, 10 and 0F. RGB value is (97,16,15). Sum of RGB (Red+Green+Blue) = 97+16+15=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #61100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #61100F is #9EEFF0. Grayscale: #282828. Windows color (decimal): -10416113 or 987233. OLE color: 987233.
HSL color Cylindrical-coordinate representation of color #61100F: hue angle of 0.73º 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 #61100F is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 16 | 15 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.62 |
| HSL | 0.73º | 0.73% | 0.22% | - |
| HSV(B) | 0.73º | 0.85% | 0.38% | - |
| XYZ | 5.2 | 2.95 | 0.75 | - |
| YUV | 40.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 16 | 15 | 0 | 0.84 | 0.85 | 0.62 | 0.73 | 0.73 | 0.22 |
| Hex | 61 | 10 | F | 0 | 54 | 55 | 3E | 1 | 49 | 16 |
| Octal | 141 | 20 | 17 | 0 | 124 | 125 | 76 | 1 | 111 | 26 |
| Binary | 1100001 | 10000 | 1111 | 0 | 1010100 | 1010101 | 111110 | 1 | 1001001 | 10110 |
Color Harmonies of #61100F
Complementary color
Monochromatic Colors of #61100F
Black with #61100F
Text Example
Text Example
White with #61100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61100F; }
p { color: rgb(97,16,15); }
H1.HeaderClassName
{
color: #61100F;
}
.AnyTagClassName
{
color: #61100F;
}
</style>
background-color css
<style>
a { background-color: #61100F; }
a { background-color: rgb(97,16,15); }
div.DivClassName
{
background-color: #61100F;
}
.BgClassName
{
background-color: #61100F;
}
</style>
border-color css
<style>
span { border-color: #61100F; }
span { border-color: rgb(97,16,15); }
td.TdClassName
{
border-color: #61100F;
}
.TagClassName
{
border-color: #61100F;
}
</style>