Shades of Auburn #70312C
Tints of Auburn #70312C
RGB
CMYK
RGB Variations
Color information
#70312C (or 0x70312C) is known color: Auburn. HEX triplet: 70, 31 and 2C. RGB value is (112,49,44). Sum of RGB (Red+Green+Blue) = 112+49+44=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70312C is #8FCED3. Grayscale: #434343. Windows color (decimal): -9424596 or 2896240. OLE color: 2896240.
HSL color Cylindrical-coordinate representation of color #70312C: hue angle of 4.41º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70312C is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 44 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.56 |
| HSL | 4.41º | 0.44% | 0.31% | - |
| HSV(B) | 4.41º | 0.61% | 0.44% | - |
| XYZ | 8.24 | 5.82 | 3.07 | - |
| YUV | 67.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 44 | 0 | 0.56 | 0.61 | 0.56 | 4.41 | 0.44 | 0.31 |
| Hex | 70 | 31 | 2C | 0 | 38 | 3D | 38 | 4 | 2C | 1F |
| Octal | 160 | 61 | 54 | 0 | 70 | 75 | 70 | 4 | 54 | 37 |
| Binary | 1110000 | 110001 | 101100 | 0 | 111000 | 111101 | 111000 | 100 | 101100 | 11111 |
Color Harmonies of #70312C
Complementary color
Monochromatic Colors of #70312C
Black with #70312C
Text Example
Text Example
White with #70312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70312C; }
p { color: rgb(112,49,44); }
H1.HeaderClassName
{
color: #70312C;
}
.AnyTagClassName
{
color: #70312C;
}
</style>
background-color css
<style>
a { background-color: #70312C; }
a { background-color: rgb(112,49,44); }
div.DivClassName
{
background-color: #70312C;
}
.BgClassName
{
background-color: #70312C;
}
</style>
border-color css
<style>
span { border-color: #70312C; }
span { border-color: rgb(112,49,44); }
td.TdClassName
{
border-color: #70312C;
}
.TagClassName
{
border-color: #70312C;
}
</style>