Shades of Red Oxide #612222
Tints of Red Oxide #612222
RGB
CMYK
RGB Variations
Color information
#612222 (or 0x612222) is known color: Red Oxide. HEX triplet: 61, 22 and 22. RGB value is (97,34,34). Sum of RGB (Red+Green+Blue) = 97+34+34=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #612222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612222 is #9EDDDD. Grayscale: #343434. Windows color (decimal): -10411486 or 2237025. OLE color: 2237025.
HSL color Cylindrical-coordinate representation of color #612222: hue angle of 0º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #612222 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 34 | 34 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.62 |
| HSL | 0º | 0.48% | 0.26% | - |
| HSV(B) | 0º | 0.65% | 0.38% | - |
| XYZ | 5.79 | 3.8 | 1.94 | - |
| YUV | 52.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 34 | 0 | 0.65 | 0.65 | 0.62 | 0 | 0.48 | 0.26 |
| Hex | 61 | 22 | 22 | 0 | 41 | 41 | 3E | 0 | 30 | 1A |
| Octal | 141 | 42 | 42 | 0 | 101 | 101 | 76 | 0 | 60 | 32 |
| Binary | 1100001 | 100010 | 100010 | 0 | 1000001 | 1000001 | 111110 | 0 | 110000 | 11010 |
Color Harmonies of #612222
Complementary color
Monochromatic Colors of #612222
Black with #612222
Text Example
Text Example
White with #612222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612222; }
p { color: rgb(97,34,34); }
H1.HeaderClassName
{
color: #612222;
}
.AnyTagClassName
{
color: #612222;
}
</style>
background-color css
<style>
a { background-color: #612222; }
a { background-color: rgb(97,34,34); }
div.DivClassName
{
background-color: #612222;
}
.BgClassName
{
background-color: #612222;
}
</style>
border-color css
<style>
span { border-color: #612222; }
span { border-color: rgb(97,34,34); }
td.TdClassName
{
border-color: #612222;
}
.TagClassName
{
border-color: #612222;
}
</style>