Shades of Auburn #73322D
Tints of Auburn #73322D
RGB
CMYK
RGB Variations
Color information
#73322D (or 0x73322D) is known color: Auburn. HEX triplet: 73, 32 and 2D. RGB value is (115,50,45). Sum of RGB (Red+Green+Blue) = 115+50+45=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #73322D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73322D is #8CCDD2. Grayscale: #444444. Windows color (decimal): -9227731 or 2962035. OLE color: 2962035.
HSL color Cylindrical-coordinate representation of color #73322D: hue angle of 4.29º 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 #73322D is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 45 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.55 |
| HSL | 4.29º | 0.44% | 0.31% | - |
| HSV(B) | 4.29º | 0.61% | 0.45% | - |
| XYZ | 8.68 | 6.12 | 3.21 | - |
| YUV | 68.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 45 | 0 | 0.57 | 0.61 | 0.55 | 4.29 | 0.44 | 0.31 |
| Hex | 73 | 32 | 2D | 0 | 39 | 3D | 37 | 4 | 2C | 1F |
| Octal | 163 | 62 | 55 | 0 | 71 | 75 | 67 | 4 | 54 | 37 |
| Binary | 1110011 | 110010 | 101101 | 0 | 111001 | 111101 | 110111 | 100 | 101100 | 11111 |
Color Harmonies of #73322D
Complementary color
Monochromatic Colors of #73322D
Black with #73322D
Text Example
Text Example
White with #73322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73322D; }
p { color: rgb(115,50,45); }
H1.HeaderClassName
{
color: #73322D;
}
.AnyTagClassName
{
color: #73322D;
}
</style>
background-color css
<style>
a { background-color: #73322D; }
a { background-color: rgb(115,50,45); }
div.DivClassName
{
background-color: #73322D;
}
.BgClassName
{
background-color: #73322D;
}
</style>
border-color css
<style>
span { border-color: #73322D; }
span { border-color: rgb(115,50,45); }
td.TdClassName
{
border-color: #73322D;
}
.TagClassName
{
border-color: #73322D;
}
</style>