Shades of Auburn #722B27
Tints of Auburn #722B27
RGB
CMYK
RGB Variations
Color information
#722B27 (or 0x722B27) is known color: Auburn. HEX triplet: 72, 2B and 27. RGB value is (114,43,39). Sum of RGB (Red+Green+Blue) = 114+43+39=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #722B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B27 is #8DD4D8. Grayscale: #3F3F3F. Windows color (decimal): -9295065 or 2567026. OLE color: 2567026.
HSL color Cylindrical-coordinate representation of color #722B27: hue angle of 3.2º 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 #722B27 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 43 | 39 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.55 |
| HSL | 3.2º | 0.49% | 0.3% | - |
| HSV(B) | 3.2º | 0.66% | 0.45% | - |
| XYZ | 8.17 | 5.45 | 2.54 | - |
| YUV | 63.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 43 | 39 | 0 | 0.62 | 0.66 | 0.55 | 3.2 | 0.49 | 0.3 |
| Hex | 72 | 2B | 27 | 0 | 3E | 42 | 37 | 3 | 31 | 1E |
| Octal | 162 | 53 | 47 | 0 | 76 | 102 | 67 | 3 | 61 | 36 |
| Binary | 1110010 | 101011 | 100111 | 0 | 111110 | 1000010 | 110111 | 11 | 110001 | 11110 |
Color Harmonies of #722B27
Complementary color
Monochromatic Colors of #722B27
Black with #722B27
Text Example
Text Example
White with #722B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722B27; }
p { color: rgb(114,43,39); }
H1.HeaderClassName
{
color: #722B27;
}
.AnyTagClassName
{
color: #722B27;
}
</style>
background-color css
<style>
a { background-color: #722B27; }
a { background-color: rgb(114,43,39); }
div.DivClassName
{
background-color: #722B27;
}
.BgClassName
{
background-color: #722B27;
}
</style>
border-color css
<style>
span { border-color: #722B27; }
span { border-color: rgb(114,43,39); }
td.TdClassName
{
border-color: #722B27;
}
.TagClassName
{
border-color: #722B27;
}
</style>