Shades of Auburn #743131
Tints of Auburn #743131
RGB
CMYK
RGB Variations
Color information
#743131 (or 0x743131) is known color: Auburn. HEX triplet: 74, 31 and 31. RGB value is (116,49,49). Sum of RGB (Red+Green+Blue) = 116+49+49=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #743131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743131 is #8BCECE. Grayscale: #454545. Windows color (decimal): -9162447 or 3223924. OLE color: 3223924.
HSL color Cylindrical-coordinate representation of color #743131: hue angle of 0º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743131 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 49 | 49 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.55 |
| HSL | 0º | 0.41% | 0.32% | - |
| HSV(B) | 0º | 0.58% | 0.45% | - |
| XYZ | 8.86 | 6.13 | 3.62 | - |
| YUV | 69.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 49 | 0 | 0.58 | 0.58 | 0.55 | 0 | 0.41 | 0.32 |
| Hex | 74 | 31 | 31 | 0 | 3A | 3A | 37 | 0 | 29 | 20 |
| Octal | 164 | 61 | 61 | 0 | 72 | 72 | 67 | 0 | 51 | 40 |
| Binary | 1110100 | 110001 | 110001 | 0 | 111010 | 111010 | 110111 | 0 | 101001 | 100000 |
Color Harmonies of #743131
Complementary color
Monochromatic Colors of #743131
Black with #743131
Text Example
Text Example
White with #743131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743131; }
p { color: rgb(116,49,49); }
H1.HeaderClassName
{
color: #743131;
}
.AnyTagClassName
{
color: #743131;
}
</style>
background-color css
<style>
a { background-color: #743131; }
a { background-color: rgb(116,49,49); }
div.DivClassName
{
background-color: #743131;
}
.BgClassName
{
background-color: #743131;
}
</style>
border-color css
<style>
span { border-color: #743131; }
span { border-color: rgb(116,49,49); }
td.TdClassName
{
border-color: #743131;
}
.TagClassName
{
border-color: #743131;
}
</style>