Shades of Auburn #712B26
Tints of Auburn #712B26
RGB
CMYK
RGB Variations
Color information
#712B26 (or 0x712B26) is known color: Auburn. HEX triplet: 71, 2B and 26. RGB value is (113,43,38). Sum of RGB (Red+Green+Blue) = 113+43+38=194 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.25% from 194); Green value is 43 (17.19% from 255 or 22.16% from 194); Blue value is 38 (15.23% from 255 or 19.59% from 194); Max value from RGB is 113 - color contains mainly: red. Hex color #712B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712B26 is #8ED4D9. Grayscale: #3F3F3F. Windows color (decimal): -9360602 or 2501489. OLE color: 2501489.
HSL color Cylindrical-coordinate representation of color #712B26: hue angle of 4º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712B26 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 43 | 38 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.56 |
| HSL | 4º | 0.5% | 0.3% | - |
| HSV(B) | 4º | 0.66% | 0.44% | - |
| XYZ | 8.02 | 5.38 | 2.45 | - |
| YUV | 63.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 38 | 0 | 0.62 | 0.66 | 0.56 | 4 | 0.5 | 0.3 |
| Hex | 71 | 2B | 26 | 0 | 3E | 42 | 38 | 4 | 32 | 1E |
| Octal | 161 | 53 | 46 | 0 | 76 | 102 | 70 | 4 | 62 | 36 |
| Binary | 1110001 | 101011 | 100110 | 0 | 111110 | 1000010 | 111000 | 100 | 110010 | 11110 |
Color Harmonies of #712B26
Complementary color
Monochromatic Colors of #712B26
Black with #712B26
Text Example
Text Example
White with #712B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712B26; }
p { color: rgb(113,43,38); }
H1.HeaderClassName
{
color: #712B26;
}
.AnyTagClassName
{
color: #712B26;
}
</style>
background-color css
<style>
a { background-color: #712B26; }
a { background-color: rgb(113,43,38); }
div.DivClassName
{
background-color: #712B26;
}
.BgClassName
{
background-color: #712B26;
}
</style>
border-color css
<style>
span { border-color: #712B26; }
span { border-color: rgb(113,43,38); }
td.TdClassName
{
border-color: #712B26;
}
.TagClassName
{
border-color: #712B26;
}
</style>