Shades of Auburn #723231
Tints of Auburn #723231
RGB
CMYK
RGB Variations
Color information
#723231 (or 0x723231) is known color: Auburn. HEX triplet: 72, 32 and 31. RGB value is (114,50,49). Sum of RGB (Red+Green+Blue) = 114+50+49=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #723231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723231 is #8DCDCE. Grayscale: #454545. Windows color (decimal): -9293263 or 3224178. OLE color: 3224178.
HSL color Cylindrical-coordinate representation of color #723231: hue angle of 0.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723231 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 49 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.55 |
| HSL | 0.92º | 0.4% | 0.32% | - |
| HSV(B) | 0.92º | 0.57% | 0.45% | - |
| XYZ | 8.63 | 6.08 | 3.62 | - |
| YUV | 69.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 49 | 0 | 0.56 | 0.57 | 0.55 | 0.92 | 0.4 | 0.32 |
| Hex | 72 | 32 | 31 | 0 | 38 | 39 | 37 | 1 | 28 | 20 |
| Octal | 162 | 62 | 61 | 0 | 70 | 71 | 67 | 1 | 50 | 40 |
| Binary | 1110010 | 110010 | 110001 | 0 | 111000 | 111001 | 110111 | 1 | 101000 | 100000 |
Color Harmonies of #723231
Complementary color
Monochromatic Colors of #723231
Black with #723231
Text Example
Text Example
White with #723231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723231; }
p { color: rgb(114,50,49); }
H1.HeaderClassName
{
color: #723231;
}
.AnyTagClassName
{
color: #723231;
}
</style>
background-color css
<style>
a { background-color: #723231; }
a { background-color: rgb(114,50,49); }
div.DivClassName
{
background-color: #723231;
}
.BgClassName
{
background-color: #723231;
}
</style>
border-color css
<style>
span { border-color: #723231; }
span { border-color: rgb(114,50,49); }
td.TdClassName
{
border-color: #723231;
}
.TagClassName
{
border-color: #723231;
}
</style>