Shades of Auburn #71312F
Tints of Auburn #71312F
RGB
CMYK
RGB Variations
Color information
#71312F (or 0x71312F) is known color: Auburn. HEX triplet: 71, 31 and 2F. RGB value is (113,49,47). Sum of RGB (Red+Green+Blue) = 113+49+47=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71312F is #8ECED0. Grayscale: #434343. Windows color (decimal): -9359057 or 3092849. OLE color: 3092849.
HSL color Cylindrical-coordinate representation of color #71312F: hue angle of 1.82º 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 #71312F is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 49 | 47 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.56 |
| HSL | 1.82º | 0.41% | 0.31% | - |
| HSV(B) | 1.82º | 0.58% | 0.44% | - |
| XYZ | 8.42 | 5.91 | 3.39 | - |
| YUV | 67.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 47 | 0 | 0.57 | 0.58 | 0.56 | 1.82 | 0.41 | 0.31 |
| Hex | 71 | 31 | 2F | 0 | 39 | 3A | 38 | 2 | 29 | 1F |
| Octal | 161 | 61 | 57 | 0 | 71 | 72 | 70 | 2 | 51 | 37 |
| Binary | 1110001 | 110001 | 101111 | 0 | 111001 | 111010 | 111000 | 10 | 101001 | 11111 |
Color Harmonies of #71312F
Complementary color
Monochromatic Colors of #71312F
Black with #71312F
Text Example
Text Example
White with #71312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71312F; }
p { color: rgb(113,49,47); }
H1.HeaderClassName
{
color: #71312F;
}
.AnyTagClassName
{
color: #71312F;
}
</style>
background-color css
<style>
a { background-color: #71312F; }
a { background-color: rgb(113,49,47); }
div.DivClassName
{
background-color: #71312F;
}
.BgClassName
{
background-color: #71312F;
}
</style>
border-color css
<style>
span { border-color: #71312F; }
span { border-color: rgb(113,49,47); }
td.TdClassName
{
border-color: #71312F;
}
.TagClassName
{
border-color: #71312F;
}
</style>