Shades of Auburn #722A27
Tints of Auburn #722A27
RGB
CMYK
RGB Variations
Color information
#722A27 (or 0x722A27) is known color: Auburn. HEX triplet: 72, 2A and 27. RGB value is (114,42,39). Sum of RGB (Red+Green+Blue) = 114+42+39=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #722A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A27 is #8DD5D8. Grayscale: #3F3F3F. Windows color (decimal): -9295321 or 2566770. OLE color: 2566770.
HSL color Cylindrical-coordinate representation of color #722A27: hue angle of 2.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 #722A27 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 42 | 39 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.55 |
| HSL | 2.4º | 0.49% | 0.3% | - |
| HSV(B) | 2.4º | 0.66% | 0.45% | - |
| XYZ | 8.13 | 5.38 | 2.53 | - |
| YUV | 63.19 | 114.35 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 42 | 39 | 0 | 0.63 | 0.66 | 0.55 | 2.4 | 0.49 | 0.3 |
| Hex | 72 | 2A | 27 | 0 | 3F | 42 | 37 | 2 | 31 | 1E |
| Octal | 162 | 52 | 47 | 0 | 77 | 102 | 67 | 2 | 61 | 36 |
| Binary | 1110010 | 101010 | 100111 | 0 | 111111 | 1000010 | 110111 | 10 | 110001 | 11110 |
Color Harmonies of #722A27
Complementary color
Monochromatic Colors of #722A27
Black with #722A27
Text Example
Text Example
White with #722A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722A27; }
p { color: rgb(114,42,39); }
H1.HeaderClassName
{
color: #722A27;
}
.AnyTagClassName
{
color: #722A27;
}
</style>
background-color css
<style>
a { background-color: #722A27; }
a { background-color: rgb(114,42,39); }
div.DivClassName
{
background-color: #722A27;
}
.BgClassName
{
background-color: #722A27;
}
</style>
border-color css
<style>
span { border-color: #722A27; }
span { border-color: rgb(114,42,39); }
td.TdClassName
{
border-color: #722A27;
}
.TagClassName
{
border-color: #722A27;
}
</style>