Shades of Auburn #703129
Tints of Auburn #703129
RGB
CMYK
RGB Variations
Color information
#703129 (or 0x703129) is known color: Auburn. HEX triplet: 70, 31 and 29. RGB value is (112,49,41). Sum of RGB (Red+Green+Blue) = 112+49+41=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #703129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703129 is #8FCED6. Grayscale: #434343. Windows color (decimal): -9424599 or 2699632. OLE color: 2699632.
HSL color Cylindrical-coordinate representation of color #703129: hue angle of 6.76º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #703129 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 41 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.56 |
| HSL | 6.76º | 0.46% | 0.3% | - |
| HSV(B) | 6.76º | 0.63% | 0.44% | - |
| XYZ | 8.18 | 5.8 | 2.79 | - |
| YUV | 66.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 41 | 0 | 0.56 | 0.63 | 0.56 | 6.76 | 0.46 | 0.3 |
| Hex | 70 | 31 | 29 | 0 | 38 | 3F | 38 | 7 | 2E | 1E |
| Octal | 160 | 61 | 51 | 0 | 70 | 77 | 70 | 7 | 56 | 36 |
| Binary | 1110000 | 110001 | 101001 | 0 | 111000 | 111111 | 111000 | 111 | 101110 | 11110 |
Color Harmonies of #703129
Complementary color
Monochromatic Colors of #703129
Black with #703129
Text Example
Text Example
White with #703129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703129; }
p { color: rgb(112,49,41); }
H1.HeaderClassName
{
color: #703129;
}
.AnyTagClassName
{
color: #703129;
}
</style>
background-color css
<style>
a { background-color: #703129; }
a { background-color: rgb(112,49,41); }
div.DivClassName
{
background-color: #703129;
}
.BgClassName
{
background-color: #703129;
}
</style>
border-color css
<style>
span { border-color: #703129; }
span { border-color: rgb(112,49,41); }
td.TdClassName
{
border-color: #703129;
}
.TagClassName
{
border-color: #703129;
}
</style>