Shades of Auburn #712F28
Tints of Auburn #712F28
RGB
CMYK
RGB Variations
Color information
#712F28 (or 0x712F28) is known color: Auburn. HEX triplet: 71, 2F and 28. RGB value is (113,47,40). Sum of RGB (Red+Green+Blue) = 113+47+40=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #712F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F28 is #8ED0D7. Grayscale: #424242. Windows color (decimal): -9359576 or 2633585. OLE color: 2633585.
HSL color Cylindrical-coordinate representation of color #712F28: hue angle of 5.75º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712F28 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 40 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.56 |
| HSL | 5.75º | 0.48% | 0.3% | - |
| HSV(B) | 5.75º | 0.65% | 0.44% | - |
| XYZ | 8.21 | 5.7 | 2.67 | - |
| YUV | 65.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 40 | 0 | 0.58 | 0.65 | 0.56 | 5.75 | 0.48 | 0.3 |
| Hex | 71 | 2F | 28 | 0 | 3A | 41 | 38 | 6 | 30 | 1E |
| Octal | 161 | 57 | 50 | 0 | 72 | 101 | 70 | 6 | 60 | 36 |
| Binary | 1110001 | 101111 | 101000 | 0 | 111010 | 1000001 | 111000 | 110 | 110000 | 11110 |
Color Harmonies of #712F28
Complementary color
Monochromatic Colors of #712F28
Black with #712F28
Text Example
Text Example
White with #712F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F28; }
p { color: rgb(113,47,40); }
H1.HeaderClassName
{
color: #712F28;
}
.AnyTagClassName
{
color: #712F28;
}
</style>
background-color css
<style>
a { background-color: #712F28; }
a { background-color: rgb(113,47,40); }
div.DivClassName
{
background-color: #712F28;
}
.BgClassName
{
background-color: #712F28;
}
</style>
border-color css
<style>
span { border-color: #712F28; }
span { border-color: rgb(113,47,40); }
td.TdClassName
{
border-color: #712F28;
}
.TagClassName
{
border-color: #712F28;
}
</style>