Shades of Auburn #722E2D
Tints of Auburn #722E2D
RGB
CMYK
RGB Variations
Color information
#722E2D (or 0x722E2D) is known color: Auburn. HEX triplet: 72, 2E and 2D. RGB value is (114,46,45). Sum of RGB (Red+Green+Blue) = 114+46+45=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #722E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E2D is #8DD1D2. Grayscale: #424242. Windows color (decimal): -9294291 or 2961010. OLE color: 2961010.
HSL color Cylindrical-coordinate representation of color #722E2D: hue angle of 0.87º degrees, saturation: 0.43, 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 #722E2D is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 45 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.55 |
| HSL | 0.87º | 0.43% | 0.31% | - |
| HSV(B) | 0.87º | 0.61% | 0.45% | - |
| XYZ | 8.39 | 5.72 | 3.14 | - |
| YUV | 66.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 45 | 0 | 0.60 | 0.61 | 0.55 | 0.87 | 0.43 | 0.31 |
| Hex | 72 | 2E | 2D | 0 | 3C | 3D | 37 | 1 | 2B | 1F |
| Octal | 162 | 56 | 55 | 0 | 74 | 75 | 67 | 1 | 53 | 37 |
| Binary | 1110010 | 101110 | 101101 | 0 | 111100 | 111101 | 110111 | 1 | 101011 | 11111 |
Color Harmonies of #722E2D
Complementary color
Monochromatic Colors of #722E2D
Black with #722E2D
Text Example
Text Example
White with #722E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E2D; }
p { color: rgb(114,46,45); }
H1.HeaderClassName
{
color: #722E2D;
}
.AnyTagClassName
{
color: #722E2D;
}
</style>
background-color css
<style>
a { background-color: #722E2D; }
a { background-color: rgb(114,46,45); }
div.DivClassName
{
background-color: #722E2D;
}
.BgClassName
{
background-color: #722E2D;
}
</style>
border-color css
<style>
span { border-color: #722E2D; }
span { border-color: rgb(114,46,45); }
td.TdClassName
{
border-color: #722E2D;
}
.TagClassName
{
border-color: #722E2D;
}
</style>