Shades of Auburn #71241D
Tints of Auburn #71241D
RGB
CMYK
RGB Variations
Color information
#71241D (or 0x71241D) is known color: Auburn. HEX triplet: 71, 24 and 1D. RGB value is (113,36,29). Sum of RGB (Red+Green+Blue) = 113+36+29=178 (23% of max value = 765). Red value is 113 (44.53% from 255 or 63.48% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 113 - color contains mainly: red. Hex color #71241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71241D is #8EDBE2. Grayscale: #3A3A3A. Windows color (decimal): -9362403 or 1909873. OLE color: 1909873.
HSL color Cylindrical-coordinate representation of color #71241D: hue angle of 5º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71241D is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 36 | 29 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.56 |
| HSL | 5º | 0.59% | 0.28% | - |
| HSV(B) | 5º | 0.74% | 0.44% | - |
| XYZ | 7.66 | 4.86 | 1.7 | - |
| YUV | 58.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 29 | 0 | 0.68 | 0.74 | 0.56 | 5 | 0.59 | 0.28 |
| Hex | 71 | 24 | 1D | 0 | 44 | 4A | 38 | 5 | 3B | 1C |
| Octal | 161 | 44 | 35 | 0 | 104 | 112 | 70 | 5 | 73 | 34 |
| Binary | 1110001 | 100100 | 11101 | 0 | 1000100 | 1001010 | 111000 | 101 | 111011 | 11100 |
Color Harmonies of #71241D
Complementary color
Monochromatic Colors of #71241D
Black with #71241D
Text Example
Text Example
White with #71241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71241D; }
p { color: rgb(113,36,29); }
H1.HeaderClassName
{
color: #71241D;
}
.AnyTagClassName
{
color: #71241D;
}
</style>
background-color css
<style>
a { background-color: #71241D; }
a { background-color: rgb(113,36,29); }
div.DivClassName
{
background-color: #71241D;
}
.BgClassName
{
background-color: #71241D;
}
</style>
border-color css
<style>
span { border-color: #71241D; }
span { border-color: rgb(113,36,29); }
td.TdClassName
{
border-color: #71241D;
}
.TagClassName
{
border-color: #71241D;
}
</style>