Shades of Auburn #71302F
Tints of Auburn #71302F
RGB
CMYK
RGB Variations
Color information
#71302F (or 0x71302F) is known color: Auburn. HEX triplet: 71, 30 and 2F. RGB value is (113,48,47). Sum of RGB (Red+Green+Blue) = 113+48+47=208 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.33% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 113 - color contains mainly: red. Hex color #71302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71302F is #8ECFD0. Grayscale: #434343. Windows color (decimal): -9359313 or 3092593. OLE color: 3092593.
HSL color Cylindrical-coordinate representation of color #71302F: hue angle of 0.91º 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 #71302F is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 48 | 47 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.56 |
| HSL | 0.91º | 0.41% | 0.31% | - |
| HSV(B) | 0.91º | 0.58% | 0.44% | - |
| XYZ | 8.38 | 5.83 | 3.37 | - |
| YUV | 67.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 47 | 0 | 0.58 | 0.58 | 0.56 | 0.91 | 0.41 | 0.31 |
| Hex | 71 | 30 | 2F | 0 | 3A | 3A | 38 | 1 | 29 | 1F |
| Octal | 161 | 60 | 57 | 0 | 72 | 72 | 70 | 1 | 51 | 37 |
| Binary | 1110001 | 110000 | 101111 | 0 | 111010 | 111010 | 111000 | 1 | 101001 | 11111 |
Color Harmonies of #71302F
Complementary color
Monochromatic Colors of #71302F
Black with #71302F
Text Example
Text Example
White with #71302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71302F; }
p { color: rgb(113,48,47); }
H1.HeaderClassName
{
color: #71302F;
}
.AnyTagClassName
{
color: #71302F;
}
</style>
background-color css
<style>
a { background-color: #71302F; }
a { background-color: rgb(113,48,47); }
div.DivClassName
{
background-color: #71302F;
}
.BgClassName
{
background-color: #71302F;
}
</style>
border-color css
<style>
span { border-color: #71302F; }
span { border-color: rgb(113,48,47); }
td.TdClassName
{
border-color: #71302F;
}
.TagClassName
{
border-color: #71302F;
}
</style>