Shades of Auburn #722F27
Tints of Auburn #722F27
RGB
CMYK
RGB Variations
Color information
#722F27 (or 0x722F27) is known color: Auburn. HEX triplet: 72, 2F and 27. RGB value is (114,47,39). Sum of RGB (Red+Green+Blue) = 114+47+39=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 47 (18.75% from 255 or 23.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #722F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F27 is #8DD0D8. Grayscale: #424242. Windows color (decimal): -9294041 or 2568050. OLE color: 2568050.
HSL color Cylindrical-coordinate representation of color #722F27: hue angle of 6.4º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #722F27 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 39 | - |
| CMYK | 0 | 0.59 | 0.66 | 0.55 |
| HSL | 6.4º | 0.49% | 0.3% | - |
| HSV(B) | 6.4º | 0.66% | 0.45% | - |
| XYZ | 8.32 | 5.76 | 2.59 | - |
| YUV | 66.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 39 | 0 | 0.59 | 0.66 | 0.55 | 6.4 | 0.49 | 0.3 |
| Hex | 72 | 2F | 27 | 0 | 3B | 42 | 37 | 6 | 31 | 1E |
| Octal | 162 | 57 | 47 | 0 | 73 | 102 | 67 | 6 | 61 | 36 |
| Binary | 1110010 | 101111 | 100111 | 0 | 111011 | 1000010 | 110111 | 110 | 110001 | 11110 |
Color Harmonies of #722F27
Complementary color
Monochromatic Colors of #722F27
Black with #722F27
Text Example
Text Example
White with #722F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F27; }
p { color: rgb(114,47,39); }
H1.HeaderClassName
{
color: #722F27;
}
.AnyTagClassName
{
color: #722F27;
}
</style>
background-color css
<style>
a { background-color: #722F27; }
a { background-color: rgb(114,47,39); }
div.DivClassName
{
background-color: #722F27;
}
.BgClassName
{
background-color: #722F27;
}
</style>
border-color css
<style>
span { border-color: #722F27; }
span { border-color: rgb(114,47,39); }
td.TdClassName
{
border-color: #722F27;
}
.TagClassName
{
border-color: #722F27;
}
</style>