Shades of Auburn #73231E
Tints of Auburn #73231E
RGB
CMYK
RGB Variations
Color information
#73231E (or 0x73231E) is known color: Auburn. HEX triplet: 73, 23 and 1E. RGB value is (115,35,30). Sum of RGB (Red+Green+Blue) = 115+35+30=180 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.89% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 115 - color contains mainly: red. Hex color #73231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73231E is #8CDCE1. Grayscale: #3A3A3A. Windows color (decimal): -9231586 or 1975155. OLE color: 1975155.
HSL color Cylindrical-coordinate representation of color #73231E: hue angle of 3.53º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73231E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 35 | 30 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.55 |
| HSL | 3.53º | 0.59% | 0.28% | - |
| HSV(B) | 3.53º | 0.74% | 0.45% | - |
| XYZ | 7.91 | 4.94 | 1.77 | - |
| YUV | 58.35 | 112 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 30 | 0 | 0.70 | 0.74 | 0.55 | 3.53 | 0.59 | 0.28 |
| Hex | 73 | 23 | 1E | 0 | 46 | 4A | 37 | 4 | 3B | 1C |
| Octal | 163 | 43 | 36 | 0 | 106 | 112 | 67 | 4 | 73 | 34 |
| Binary | 1110011 | 100011 | 11110 | 0 | 1000110 | 1001010 | 110111 | 100 | 111011 | 11100 |
Color Harmonies of #73231E
Complementary color
Monochromatic Colors of #73231E
Black with #73231E
Text Example
Text Example
White with #73231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73231E; }
p { color: rgb(115,35,30); }
H1.HeaderClassName
{
color: #73231E;
}
.AnyTagClassName
{
color: #73231E;
}
</style>
background-color css
<style>
a { background-color: #73231E; }
a { background-color: rgb(115,35,30); }
div.DivClassName
{
background-color: #73231E;
}
.BgClassName
{
background-color: #73231E;
}
</style>
border-color css
<style>
span { border-color: #73231E; }
span { border-color: rgb(115,35,30); }
td.TdClassName
{
border-color: #73231E;
}
.TagClassName
{
border-color: #73231E;
}
</style>