Shades of Red Oxide #611412
Tints of Red Oxide #611412
RGB
CMYK
RGB Variations
Color information
#611412 (or 0x611412) is known color: Red Oxide. HEX triplet: 61, 14 and 12. RGB value is (97,20,18). Sum of RGB (Red+Green+Blue) = 97+20+18=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #611412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611412 is #9EEBED. Grayscale: #2A2A2A. Windows color (decimal): -10415086 or 1184865. OLE color: 1184865.
HSL color Cylindrical-coordinate representation of color #611412: hue angle of 1.52º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611412 is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 20 | 18 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.62 |
| HSL | 1.52º | 0.69% | 0.23% | - |
| HSV(B) | 1.52º | 0.81% | 0.38% | - |
| XYZ | 5.29 | 3.09 | 0.89 | - |
| YUV | 42.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 18 | 0 | 0.79 | 0.81 | 0.62 | 1.52 | 0.69 | 0.23 |
| Hex | 61 | 14 | 12 | 0 | 4F | 51 | 3E | 2 | 45 | 17 |
| Octal | 141 | 24 | 22 | 0 | 117 | 121 | 76 | 2 | 105 | 27 |
| Binary | 1100001 | 10100 | 10010 | 0 | 1001111 | 1010001 | 111110 | 10 | 1000101 | 10111 |
Color Harmonies of #611412
Complementary color
Monochromatic Colors of #611412
Black with #611412
Text Example
Text Example
White with #611412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611412; }
p { color: rgb(97,20,18); }
H1.HeaderClassName
{
color: #611412;
}
.AnyTagClassName
{
color: #611412;
}
</style>
background-color css
<style>
a { background-color: #611412; }
a { background-color: rgb(97,20,18); }
div.DivClassName
{
background-color: #611412;
}
.BgClassName
{
background-color: #611412;
}
</style>
border-color css
<style>
span { border-color: #611412; }
span { border-color: rgb(97,20,18); }
td.TdClassName
{
border-color: #611412;
}
.TagClassName
{
border-color: #611412;
}
</style>