Shades of Auburn #72322A
Tints of Auburn #72322A
RGB
CMYK
RGB Variations
Color information
#72322A (or 0x72322A) is known color: Auburn. HEX triplet: 72, 32 and 2A. RGB value is (114,50,42). Sum of RGB (Red+Green+Blue) = 114+50+42=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #72322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72322A is #8DCDD5. Grayscale: #444444. Windows color (decimal): -9293270 or 2765426. OLE color: 2765426.
HSL color Cylindrical-coordinate representation of color #72322A: hue angle of 6.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72322A is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 42 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.55 |
| HSL | 6.67º | 0.46% | 0.31% | - |
| HSV(B) | 6.67º | 0.63% | 0.45% | - |
| XYZ | 8.5 | 6.03 | 2.91 | - |
| YUV | 68.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 42 | 0 | 0.56 | 0.63 | 0.55 | 6.67 | 0.46 | 0.31 |
| Hex | 72 | 32 | 2A | 0 | 38 | 3F | 37 | 7 | 2E | 1F |
| Octal | 162 | 62 | 52 | 0 | 70 | 77 | 67 | 7 | 56 | 37 |
| Binary | 1110010 | 110010 | 101010 | 0 | 111000 | 111111 | 110111 | 111 | 101110 | 11111 |
Color Harmonies of #72322A
Complementary color
Monochromatic Colors of #72322A
Black with #72322A
Text Example
Text Example
White with #72322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72322A; }
p { color: rgb(114,50,42); }
H1.HeaderClassName
{
color: #72322A;
}
.AnyTagClassName
{
color: #72322A;
}
</style>
background-color css
<style>
a { background-color: #72322A; }
a { background-color: rgb(114,50,42); }
div.DivClassName
{
background-color: #72322A;
}
.BgClassName
{
background-color: #72322A;
}
</style>
border-color css
<style>
span { border-color: #72322A; }
span { border-color: rgb(114,50,42); }
td.TdClassName
{
border-color: #72322A;
}
.TagClassName
{
border-color: #72322A;
}
</style>