Shades of Auburn #712F2B
Tints of Auburn #712F2B
RGB
CMYK
RGB Variations
Color information
#712F2B (or 0x712F2B) is known color: Auburn. HEX triplet: 71, 2F and 2B. RGB value is (113,47,43). Sum of RGB (Red+Green+Blue) = 113+47+43=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #712F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F2B is #8ED0D4. Grayscale: #424242. Windows color (decimal): -9359573 or 2830193. OLE color: 2830193.
HSL color Cylindrical-coordinate representation of color #712F2B: hue angle of 3.43º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #712F2B is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 43 | - |
| CMYK | 0 | 0.58 | 0.62 | 0.56 |
| HSL | 3.43º | 0.45% | 0.31% | - |
| HSV(B) | 3.43º | 0.62% | 0.44% | - |
| XYZ | 8.26 | 5.72 | 2.95 | - |
| YUV | 66.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 43 | 0 | 0.58 | 0.62 | 0.56 | 3.43 | 0.45 | 0.31 |
| Hex | 71 | 2F | 2B | 0 | 3A | 3E | 38 | 3 | 2D | 1F |
| Octal | 161 | 57 | 53 | 0 | 72 | 76 | 70 | 3 | 55 | 37 |
| Binary | 1110001 | 101111 | 101011 | 0 | 111010 | 111110 | 111000 | 11 | 101101 | 11111 |
Color Harmonies of #712F2B
Complementary color
Monochromatic Colors of #712F2B
Black with #712F2B
Text Example
Text Example
White with #712F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F2B; }
p { color: rgb(113,47,43); }
H1.HeaderClassName
{
color: #712F2B;
}
.AnyTagClassName
{
color: #712F2B;
}
</style>
background-color css
<style>
a { background-color: #712F2B; }
a { background-color: rgb(113,47,43); }
div.DivClassName
{
background-color: #712F2B;
}
.BgClassName
{
background-color: #712F2B;
}
</style>
border-color css
<style>
span { border-color: #712F2B; }
span { border-color: rgb(113,47,43); }
td.TdClassName
{
border-color: #712F2B;
}
.TagClassName
{
border-color: #712F2B;
}
</style>