Shades of Auburn #72322C
Tints of Auburn #72322C
RGB
CMYK
RGB Variations
Color information
#72322C (or 0x72322C) is known color: Auburn. HEX triplet: 72, 32 and 2C. RGB value is (114,50,44). Sum of RGB (Red+Green+Blue) = 114+50+44=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72322C is #8DCDD3. Grayscale: #444444. Windows color (decimal): -9293268 or 2896498. OLE color: 2896498.
HSL color Cylindrical-coordinate representation of color #72322C: hue angle of 5.14º 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 #72322C is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 44 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.55 |
| HSL | 5.14º | 0.44% | 0.31% | - |
| HSV(B) | 5.14º | 0.61% | 0.45% | - |
| XYZ | 8.53 | 6.04 | 3.1 | - |
| YUV | 68.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 44 | 0 | 0.56 | 0.61 | 0.55 | 5.14 | 0.44 | 0.31 |
| Hex | 72 | 32 | 2C | 0 | 38 | 3D | 37 | 5 | 2C | 1F |
| Octal | 162 | 62 | 54 | 0 | 70 | 75 | 67 | 5 | 54 | 37 |
| Binary | 1110010 | 110010 | 101100 | 0 | 111000 | 111101 | 110111 | 101 | 101100 | 11111 |
Color Harmonies of #72322C
Complementary color
Monochromatic Colors of #72322C
Black with #72322C
Text Example
Text Example
White with #72322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72322C; }
p { color: rgb(114,50,44); }
H1.HeaderClassName
{
color: #72322C;
}
.AnyTagClassName
{
color: #72322C;
}
</style>
background-color css
<style>
a { background-color: #72322C; }
a { background-color: rgb(114,50,44); }
div.DivClassName
{
background-color: #72322C;
}
.BgClassName
{
background-color: #72322C;
}
</style>
border-color css
<style>
span { border-color: #72322C; }
span { border-color: rgb(114,50,44); }
td.TdClassName
{
border-color: #72322C;
}
.TagClassName
{
border-color: #72322C;
}
</style>