Shades of Auburn #73332F
Tints of Auburn #73332F
RGB
CMYK
RGB Variations
Color information
#73332F (or 0x73332F) is known color: Auburn. HEX triplet: 73, 33 and 2F. RGB value is (115,51,47). Sum of RGB (Red+Green+Blue) = 115+51+47=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73332F is #8CCCD0. Grayscale: #454545. Windows color (decimal): -9227473 or 3093363. OLE color: 3093363.
HSL color Cylindrical-coordinate representation of color #73332F: hue angle of 3.53º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73332F is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 51 | 47 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.55 |
| HSL | 3.53º | 0.42% | 0.32% | - |
| HSV(B) | 3.53º | 0.59% | 0.45% | - |
| XYZ | 8.77 | 6.22 | 3.43 | - |
| YUV | 69.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 51 | 47 | 0 | 0.56 | 0.59 | 0.55 | 3.53 | 0.42 | 0.32 |
| Hex | 73 | 33 | 2F | 0 | 38 | 3B | 37 | 4 | 2A | 20 |
| Octal | 163 | 63 | 57 | 0 | 70 | 73 | 67 | 4 | 52 | 40 |
| Binary | 1110011 | 110011 | 101111 | 0 | 111000 | 111011 | 110111 | 100 | 101010 | 100000 |
Color Harmonies of #73332F
Complementary color
Monochromatic Colors of #73332F
Black with #73332F
Text Example
Text Example
White with #73332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73332F; }
p { color: rgb(115,51,47); }
H1.HeaderClassName
{
color: #73332F;
}
.AnyTagClassName
{
color: #73332F;
}
</style>
background-color css
<style>
a { background-color: #73332F; }
a { background-color: rgb(115,51,47); }
div.DivClassName
{
background-color: #73332F;
}
.BgClassName
{
background-color: #73332F;
}
</style>
border-color css
<style>
span { border-color: #73332F; }
span { border-color: rgb(115,51,47); }
td.TdClassName
{
border-color: #73332F;
}
.TagClassName
{
border-color: #73332F;
}
</style>