Shades of Auburn #72322E
Tints of Auburn #72322E
RGB
CMYK
RGB Variations
Color information
#72322E (or 0x72322E) is known color: Auburn. HEX triplet: 72, 32 and 2E. RGB value is (114,50,46). Sum of RGB (Red+Green+Blue) = 114+50+46=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72322E is #8DCDD1. Grayscale: #444444. Windows color (decimal): -9293266 or 3027570. OLE color: 3027570.
HSL color Cylindrical-coordinate representation of color #72322E: hue angle of 3.53º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #72322E is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 46 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.55 |
| HSL | 3.53º | 0.43% | 0.31% | - |
| HSV(B) | 3.53º | 0.6% | 0.45% | - |
| XYZ | 8.57 | 6.06 | 3.3 | - |
| YUV | 68.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 46 | 0 | 0.56 | 0.60 | 0.55 | 3.53 | 0.43 | 0.31 |
| Hex | 72 | 32 | 2E | 0 | 38 | 3C | 37 | 4 | 2A | 1F |
| Octal | 162 | 62 | 56 | 0 | 70 | 74 | 67 | 4 | 52 | 37 |
| Binary | 1110010 | 110010 | 101110 | 0 | 111000 | 111100 | 110111 | 100 | 101010 | 11111 |
Color Harmonies of #72322E
Complementary color
Monochromatic Colors of #72322E
Black with #72322E
Text Example
Text Example
White with #72322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72322E; }
p { color: rgb(114,50,46); }
H1.HeaderClassName
{
color: #72322E;
}
.AnyTagClassName
{
color: #72322E;
}
</style>
background-color css
<style>
a { background-color: #72322E; }
a { background-color: rgb(114,50,46); }
div.DivClassName
{
background-color: #72322E;
}
.BgClassName
{
background-color: #72322E;
}
</style>
border-color css
<style>
span { border-color: #72322E; }
span { border-color: rgb(114,50,46); }
td.TdClassName
{
border-color: #72322E;
}
.TagClassName
{
border-color: #72322E;
}
</style>