Shades of Auburn #703131
Tints of Auburn #703131
RGB
CMYK
RGB Variations
Color information
#703131 (or 0x703131) is known color: Auburn. HEX triplet: 70, 31 and 31. RGB value is (112,49,49). Sum of RGB (Red+Green+Blue) = 112+49+49=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #703131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703131 is #8FCECE. Grayscale: #434343. Windows color (decimal): -9424591 or 3223920. OLE color: 3223920.
HSL color Cylindrical-coordinate representation of color #703131: hue angle of 0º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703131 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 49 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.56 |
| HSL | 0º | 0.39% | 0.32% | - |
| HSV(B) | 0º | 0.56% | 0.44% | - |
| XYZ | 8.33 | 5.86 | 3.6 | - |
| YUV | 67.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 49 | 0 | 0.56 | 0.56 | 0.56 | 0 | 0.39 | 0.32 |
| Hex | 70 | 31 | 31 | 0 | 38 | 38 | 38 | 0 | 27 | 20 |
| Octal | 160 | 61 | 61 | 0 | 70 | 70 | 70 | 0 | 47 | 40 |
| Binary | 1110000 | 110001 | 110001 | 0 | 111000 | 111000 | 111000 | 0 | 100111 | 100000 |
Color Harmonies of #703131
Complementary color
Monochromatic Colors of #703131
Black with #703131
Text Example
Text Example
White with #703131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703131; }
p { color: rgb(112,49,49); }
H1.HeaderClassName
{
color: #703131;
}
.AnyTagClassName
{
color: #703131;
}
</style>
background-color css
<style>
a { background-color: #703131; }
a { background-color: rgb(112,49,49); }
div.DivClassName
{
background-color: #703131;
}
.BgClassName
{
background-color: #703131;
}
</style>
border-color css
<style>
span { border-color: #703131; }
span { border-color: rgb(112,49,49); }
td.TdClassName
{
border-color: #703131;
}
.TagClassName
{
border-color: #703131;
}
</style>