Shades of Red Oxide #611212
Tints of Red Oxide #611212
RGB
CMYK
RGB Variations
Color information
#611212 (or 0x611212) is known color: Red Oxide. HEX triplet: 61, 12 and 12. RGB value is (97,18,18). Sum of RGB (Red+Green+Blue) = 97+18+18=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #611212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611212 is #9EEDED. Grayscale: #292929. Windows color (decimal): -10415598 or 1184353. OLE color: 1184353.
HSL color Cylindrical-coordinate representation of color #611212: hue angle of 0º 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 #611212 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 18 | 18 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.62 |
| HSL | 0º | 0.69% | 0.23% | - |
| HSV(B) | 0º | 0.81% | 0.38% | - |
| XYZ | 5.26 | 3.02 | 0.88 | - |
| YUV | 41.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 18 | 18 | 0 | 0.81 | 0.81 | 0.62 | 0 | 0.69 | 0.23 |
| Hex | 61 | 12 | 12 | 0 | 51 | 51 | 3E | 0 | 45 | 17 |
| Octal | 141 | 22 | 22 | 0 | 121 | 121 | 76 | 0 | 105 | 27 |
| Binary | 1100001 | 10010 | 10010 | 0 | 1010001 | 1010001 | 111110 | 0 | 1000101 | 10111 |
Color Harmonies of #611212
Complementary color
Monochromatic Colors of #611212
Black with #611212
Text Example
Text Example
White with #611212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611212; }
p { color: rgb(97,18,18); }
H1.HeaderClassName
{
color: #611212;
}
.AnyTagClassName
{
color: #611212;
}
</style>
background-color css
<style>
a { background-color: #611212; }
a { background-color: rgb(97,18,18); }
div.DivClassName
{
background-color: #611212;
}
.BgClassName
{
background-color: #611212;
}
</style>
border-color css
<style>
span { border-color: #611212; }
span { border-color: rgb(97,18,18); }
td.TdClassName
{
border-color: #611212;
}
.TagClassName
{
border-color: #611212;
}
</style>