Shades of Red Oxide #612219
Tints of Red Oxide #612219
RGB
CMYK
RGB Variations
Color information
#612219 (or 0x612219) is known color: Red Oxide. HEX triplet: 61, 22 and 19. RGB value is (97,34,25). Sum of RGB (Red+Green+Blue) = 97+34+25=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #612219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612219 is #9EDDE6. Grayscale: #333333. Windows color (decimal): -10411495 or 1647201. OLE color: 1647201.
HSL color Cylindrical-coordinate representation of color #612219: hue angle of 7.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612219 is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 34 | 25 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.62 |
| HSL | 7.5º | 0.59% | 0.24% | - |
| HSV(B) | 7.5º | 0.74% | 0.38% | - |
| XYZ | 5.68 | 3.76 | 1.35 | - |
| YUV | 51.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 25 | 0 | 0.65 | 0.74 | 0.62 | 7.5 | 0.59 | 0.24 |
| Hex | 61 | 22 | 19 | 0 | 41 | 4A | 3E | 8 | 3B | 18 |
| Octal | 141 | 42 | 31 | 0 | 101 | 112 | 76 | 10 | 73 | 30 |
| Binary | 1100001 | 100010 | 11001 | 0 | 1000001 | 1001010 | 111110 | 1000 | 111011 | 11000 |
Color Harmonies of #612219
Complementary color
Monochromatic Colors of #612219
Black with #612219
Text Example
Text Example
White with #612219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612219; }
p { color: rgb(97,34,25); }
H1.HeaderClassName
{
color: #612219;
}
.AnyTagClassName
{
color: #612219;
}
</style>
background-color css
<style>
a { background-color: #612219; }
a { background-color: rgb(97,34,25); }
div.DivClassName
{
background-color: #612219;
}
.BgClassName
{
background-color: #612219;
}
</style>
border-color css
<style>
span { border-color: #612219; }
span { border-color: rgb(97,34,25); }
td.TdClassName
{
border-color: #612219;
}
.TagClassName
{
border-color: #612219;
}
</style>