Shades of Auburn #73312D
Tints of Auburn #73312D
RGB
CMYK
RGB Variations
Color information
#73312D (or 0x73312D) is known color: Auburn. HEX triplet: 73, 31 and 2D. RGB value is (115,49,45). Sum of RGB (Red+Green+Blue) = 115+49+45=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 45 (17.97% from 255 or 21.53% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #73312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73312D is #8CCED2. Grayscale: #444444. Windows color (decimal): -9227987 or 2961779. OLE color: 2961779.
HSL color Cylindrical-coordinate representation of color #73312D: hue angle of 3.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73312D is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 49 | 45 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.55 |
| HSL | 3.43º | 0.44% | 0.31% | - |
| HSV(B) | 3.43º | 0.61% | 0.45% | - |
| XYZ | 8.64 | 6.03 | 3.19 | - |
| YUV | 68.28 | 114.87 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 45 | 0 | 0.57 | 0.61 | 0.55 | 3.43 | 0.44 | 0.31 |
| Hex | 73 | 31 | 2D | 0 | 39 | 3D | 37 | 3 | 2C | 1F |
| Octal | 163 | 61 | 55 | 0 | 71 | 75 | 67 | 3 | 54 | 37 |
| Binary | 1110011 | 110001 | 101101 | 0 | 111001 | 111101 | 110111 | 11 | 101100 | 11111 |
Color Harmonies of #73312D
Complementary color
Monochromatic Colors of #73312D
Black with #73312D
Text Example
Text Example
White with #73312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73312D; }
p { color: rgb(115,49,45); }
H1.HeaderClassName
{
color: #73312D;
}
.AnyTagClassName
{
color: #73312D;
}
</style>
background-color css
<style>
a { background-color: #73312D; }
a { background-color: rgb(115,49,45); }
div.DivClassName
{
background-color: #73312D;
}
.BgClassName
{
background-color: #73312D;
}
</style>
border-color css
<style>
span { border-color: #73312D; }
span { border-color: rgb(115,49,45); }
td.TdClassName
{
border-color: #73312D;
}
.TagClassName
{
border-color: #73312D;
}
</style>