Shades of Auburn #70221F
Tints of Auburn #70221F
RGB
CMYK
RGB Variations
Color information
#70221F (or 0x70221F) is known color: Auburn. HEX triplet: 70, 22 and 1F. RGB value is (112,34,31). Sum of RGB (Red+Green+Blue) = 112+34+31=177 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.28% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 112 - color contains mainly: red. Hex color #70221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70221F is #8FDDE0. Grayscale: #393939. Windows color (decimal): -9428449 or 2040432. OLE color: 2040432.
HSL color Cylindrical-coordinate representation of color #70221F: hue angle of 2.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70221F is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 31 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.56 |
| HSL | 2.22º | 0.57% | 0.28% | - |
| HSV(B) | 2.22º | 0.72% | 0.44% | - |
| XYZ | 7.5 | 4.69 | 1.81 | - |
| YUV | 56.98 | 113.34 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 31 | 0 | 0.70 | 0.72 | 0.56 | 2.22 | 0.57 | 0.28 |
| Hex | 70 | 22 | 1F | 0 | 46 | 48 | 38 | 2 | 39 | 1C |
| Octal | 160 | 42 | 37 | 0 | 106 | 110 | 70 | 2 | 71 | 34 |
| Binary | 1110000 | 100010 | 11111 | 0 | 1000110 | 1001000 | 111000 | 10 | 111001 | 11100 |
Color Harmonies of #70221F
Complementary color
Monochromatic Colors of #70221F
Black with #70221F
Text Example
Text Example
White with #70221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70221F; }
p { color: rgb(112,34,31); }
H1.HeaderClassName
{
color: #70221F;
}
.AnyTagClassName
{
color: #70221F;
}
</style>
background-color css
<style>
a { background-color: #70221F; }
a { background-color: rgb(112,34,31); }
div.DivClassName
{
background-color: #70221F;
}
.BgClassName
{
background-color: #70221F;
}
</style>
border-color css
<style>
span { border-color: #70221F; }
span { border-color: rgb(112,34,31); }
td.TdClassName
{
border-color: #70221F;
}
.TagClassName
{
border-color: #70221F;
}
</style>