Shades of Auburn #722E2C
Tints of Auburn #722E2C
RGB
CMYK
RGB Variations
Color information
#722E2C (or 0x722E2C) is known color: Auburn. HEX triplet: 72, 2E and 2C. RGB value is (114,46,44). Sum of RGB (Red+Green+Blue) = 114+46+44=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #722E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E2C is #8DD1D3. Grayscale: #424242. Windows color (decimal): -9294292 or 2895474. OLE color: 2895474.
HSL color Cylindrical-coordinate representation of color #722E2C: hue angle of 1.71º 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 #722E2C is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 44 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.55 |
| HSL | 1.71º | 0.44% | 0.31% | - |
| HSV(B) | 1.71º | 0.61% | 0.45% | - |
| XYZ | 8.37 | 5.71 | 3.04 | - |
| YUV | 66.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 44 | 0 | 0.60 | 0.61 | 0.55 | 1.71 | 0.44 | 0.31 |
| Hex | 72 | 2E | 2C | 0 | 3C | 3D | 37 | 2 | 2C | 1F |
| Octal | 162 | 56 | 54 | 0 | 74 | 75 | 67 | 2 | 54 | 37 |
| Binary | 1110010 | 101110 | 101100 | 0 | 111100 | 111101 | 110111 | 10 | 101100 | 11111 |
Color Harmonies of #722E2C
Complementary color
Monochromatic Colors of #722E2C
Black with #722E2C
Text Example
Text Example
White with #722E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E2C; }
p { color: rgb(114,46,44); }
H1.HeaderClassName
{
color: #722E2C;
}
.AnyTagClassName
{
color: #722E2C;
}
</style>
background-color css
<style>
a { background-color: #722E2C; }
a { background-color: rgb(114,46,44); }
div.DivClassName
{
background-color: #722E2C;
}
.BgClassName
{
background-color: #722E2C;
}
</style>
border-color css
<style>
span { border-color: #722E2C; }
span { border-color: rgb(114,46,44); }
td.TdClassName
{
border-color: #722E2C;
}
.TagClassName
{
border-color: #722E2C;
}
</style>