Shades of Auburn #70322F
Tints of Auburn #70322F
RGB
CMYK
RGB Variations
Color information
#70322F (or 0x70322F) is known color: Auburn. HEX triplet: 70, 32 and 2F. RGB value is (112,50,47). Sum of RGB (Red+Green+Blue) = 112+50+47=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70322F is #8FCDD0. Grayscale: #444444. Windows color (decimal): -9424337 or 3093104. OLE color: 3093104.
HSL color Cylindrical-coordinate representation of color #70322F: hue angle of 2.77º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70322F is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 47 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.56 |
| HSL | 2.77º | 0.41% | 0.31% | - |
| HSV(B) | 2.77º | 0.58% | 0.44% | - |
| XYZ | 8.34 | 5.93 | 3.39 | - |
| YUV | 68.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 47 | 0 | 0.55 | 0.58 | 0.56 | 2.77 | 0.41 | 0.31 |
| Hex | 70 | 32 | 2F | 0 | 37 | 3A | 38 | 3 | 29 | 1F |
| Octal | 160 | 62 | 57 | 0 | 67 | 72 | 70 | 3 | 51 | 37 |
| Binary | 1110000 | 110010 | 101111 | 0 | 110111 | 111010 | 111000 | 11 | 101001 | 11111 |
Color Harmonies of #70322F
Complementary color
Monochromatic Colors of #70322F
Black with #70322F
Text Example
Text Example
White with #70322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70322F; }
p { color: rgb(112,50,47); }
H1.HeaderClassName
{
color: #70322F;
}
.AnyTagClassName
{
color: #70322F;
}
</style>
background-color css
<style>
a { background-color: #70322F; }
a { background-color: rgb(112,50,47); }
div.DivClassName
{
background-color: #70322F;
}
.BgClassName
{
background-color: #70322F;
}
</style>
border-color css
<style>
span { border-color: #70322F; }
span { border-color: rgb(112,50,47); }
td.TdClassName
{
border-color: #70322F;
}
.TagClassName
{
border-color: #70322F;
}
</style>