Shades of Auburn #71312C
Tints of Auburn #71312C
RGB
CMYK
RGB Variations
Color information
#71312C (or 0x71312C) is known color: Auburn. HEX triplet: 71, 31 and 2C. RGB value is (113,49,44). Sum of RGB (Red+Green+Blue) = 113+49+44=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71312C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71312C is #8ECED3. Grayscale: #434343. Windows color (decimal): -9359060 or 2896241. OLE color: 2896241.
HSL color Cylindrical-coordinate representation of color #71312C: hue angle of 4.35º 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 #71312C is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 49 | 44 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.56 |
| HSL | 4.35º | 0.44% | 0.31% | - |
| HSV(B) | 4.35º | 0.61% | 0.44% | - |
| XYZ | 8.36 | 5.89 | 3.08 | - |
| YUV | 67.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 44 | 0 | 0.57 | 0.61 | 0.56 | 4.35 | 0.44 | 0.31 |
| Hex | 71 | 31 | 2C | 0 | 39 | 3D | 38 | 4 | 2C | 1F |
| Octal | 161 | 61 | 54 | 0 | 71 | 75 | 70 | 4 | 54 | 37 |
| Binary | 1110001 | 110001 | 101100 | 0 | 111001 | 111101 | 111000 | 100 | 101100 | 11111 |
Color Harmonies of #71312C
Complementary color
Monochromatic Colors of #71312C
Black with #71312C
Text Example
Text Example
White with #71312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71312C; }
p { color: rgb(113,49,44); }
H1.HeaderClassName
{
color: #71312C;
}
.AnyTagClassName
{
color: #71312C;
}
</style>
background-color css
<style>
a { background-color: #71312C; }
a { background-color: rgb(113,49,44); }
div.DivClassName
{
background-color: #71312C;
}
.BgClassName
{
background-color: #71312C;
}
</style>
border-color css
<style>
span { border-color: #71312C; }
span { border-color: rgb(113,49,44); }
td.TdClassName
{
border-color: #71312C;
}
.TagClassName
{
border-color: #71312C;
}
</style>