Shades of Auburn #722C26
Tints of Auburn #722C26
RGB
CMYK
RGB Variations
Color information
#722C26 (or 0x722C26) is known color: Auburn. HEX triplet: 72, 2C and 26. RGB value is (114,44,38). Sum of RGB (Red+Green+Blue) = 114+44+38=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #722C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C26 is #8DD3D9. Grayscale: #404040. Windows color (decimal): -9294810 or 2501746. OLE color: 2501746.
HSL color Cylindrical-coordinate representation of color #722C26: hue angle of 4.74º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #722C26 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 44 | 38 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.55 |
| HSL | 4.74º | 0.5% | 0.3% | - |
| HSV(B) | 4.74º | 0.67% | 0.45% | - |
| XYZ | 8.19 | 5.52 | 2.47 | - |
| YUV | 64.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 44 | 38 | 0 | 0.61 | 0.67 | 0.55 | 4.74 | 0.5 | 0.3 |
| Hex | 72 | 2C | 26 | 0 | 3D | 43 | 37 | 5 | 32 | 1E |
| Octal | 162 | 54 | 46 | 0 | 75 | 103 | 67 | 5 | 62 | 36 |
| Binary | 1110010 | 101100 | 100110 | 0 | 111101 | 1000011 | 110111 | 101 | 110010 | 11110 |
Color Harmonies of #722C26
Complementary color
Monochromatic Colors of #722C26
Black with #722C26
Text Example
Text Example
White with #722C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722C26; }
p { color: rgb(114,44,38); }
H1.HeaderClassName
{
color: #722C26;
}
.AnyTagClassName
{
color: #722C26;
}
</style>
background-color css
<style>
a { background-color: #722C26; }
a { background-color: rgb(114,44,38); }
div.DivClassName
{
background-color: #722C26;
}
.BgClassName
{
background-color: #722C26;
}
</style>
border-color css
<style>
span { border-color: #722C26; }
span { border-color: rgb(114,44,38); }
td.TdClassName
{
border-color: #722C26;
}
.TagClassName
{
border-color: #722C26;
}
</style>