Shades of Red Oxide #61221F
Tints of Red Oxide #61221F
RGB
CMYK
RGB Variations
Color information
#61221F (or 0x61221F) is known color: Red Oxide. HEX triplet: 61, 22 and 1F. RGB value is (97,34,31). Sum of RGB (Red+Green+Blue) = 97+34+31=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61221F is #9EDDE0. Grayscale: #343434. Windows color (decimal): -10411489 or 2040417. OLE color: 2040417.
HSL color Cylindrical-coordinate representation of color #61221F: hue angle of 2.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61221F is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 34 | 31 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.62 |
| HSL | 2.73º | 0.52% | 0.25% | - |
| HSV(B) | 2.73º | 0.68% | 0.38% | - |
| XYZ | 5.75 | 3.78 | 1.72 | - |
| YUV | 52.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 34 | 31 | 0 | 0.65 | 0.68 | 0.62 | 2.73 | 0.52 | 0.25 |
| Hex | 61 | 22 | 1F | 0 | 41 | 44 | 3E | 3 | 34 | 19 |
| Octal | 141 | 42 | 37 | 0 | 101 | 104 | 76 | 3 | 64 | 31 |
| Binary | 1100001 | 100010 | 11111 | 0 | 1000001 | 1000100 | 111110 | 11 | 110100 | 11001 |
Color Harmonies of #61221F
Complementary color
Monochromatic Colors of #61221F
Black with #61221F
Text Example
Text Example
White with #61221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61221F; }
p { color: rgb(97,34,31); }
H1.HeaderClassName
{
color: #61221F;
}
.AnyTagClassName
{
color: #61221F;
}
</style>
background-color css
<style>
a { background-color: #61221F; }
a { background-color: rgb(97,34,31); }
div.DivClassName
{
background-color: #61221F;
}
.BgClassName
{
background-color: #61221F;
}
</style>
border-color css
<style>
span { border-color: #61221F; }
span { border-color: rgb(97,34,31); }
td.TdClassName
{
border-color: #61221F;
}
.TagClassName
{
border-color: #61221F;
}
</style>