Shades of Auburn #722E2A
Tints of Auburn #722E2A
RGB
CMYK
RGB Variations
Color information
#722E2A (or 0x722E2A) is known color: Auburn. HEX triplet: 72, 2E and 2A. RGB value is (114,46,42). Sum of RGB (Red+Green+Blue) = 114+46+42=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #722E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E2A is #8DD1D5. Grayscale: #414141. Windows color (decimal): -9294294 or 2764402. OLE color: 2764402.
HSL color Cylindrical-coordinate representation of color #722E2A: hue angle of 3.33º 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 #722E2A is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 42 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.55 |
| HSL | 3.33º | 0.46% | 0.31% | - |
| HSV(B) | 3.33º | 0.63% | 0.45% | - |
| XYZ | 8.33 | 5.7 | 2.85 | - |
| YUV | 65.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 42 | 0 | 0.60 | 0.63 | 0.55 | 3.33 | 0.46 | 0.31 |
| Hex | 72 | 2E | 2A | 0 | 3C | 3F | 37 | 3 | 2E | 1F |
| Octal | 162 | 56 | 52 | 0 | 74 | 77 | 67 | 3 | 56 | 37 |
| Binary | 1110010 | 101110 | 101010 | 0 | 111100 | 111111 | 110111 | 11 | 101110 | 11111 |
Color Harmonies of #722E2A
Complementary color
Monochromatic Colors of #722E2A
Black with #722E2A
Text Example
Text Example
White with #722E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E2A; }
p { color: rgb(114,46,42); }
H1.HeaderClassName
{
color: #722E2A;
}
.AnyTagClassName
{
color: #722E2A;
}
</style>
background-color css
<style>
a { background-color: #722E2A; }
a { background-color: rgb(114,46,42); }
div.DivClassName
{
background-color: #722E2A;
}
.BgClassName
{
background-color: #722E2A;
}
</style>
border-color css
<style>
span { border-color: #722E2A; }
span { border-color: rgb(114,46,42); }
td.TdClassName
{
border-color: #722E2A;
}
.TagClassName
{
border-color: #722E2A;
}
</style>