Shades of Auburn #72251E
Tints of Auburn #72251E
RGB
CMYK
RGB Variations
Color information
#72251E (or 0x72251E) is known color: Auburn. HEX triplet: 72, 25 and 1E. RGB value is (114,37,30). Sum of RGB (Red+Green+Blue) = 114+37+30=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #72251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72251E is #8DDAE1. Grayscale: #3B3B3B. Windows color (decimal): -9296610 or 1975666. OLE color: 1975666.
HSL color Cylindrical-coordinate representation of color #72251E: hue angle of 5º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72251E is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 37 | 30 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.55 |
| HSL | 5º | 0.58% | 0.28% | - |
| HSV(B) | 5º | 0.74% | 0.45% | - |
| XYZ | 7.84 | 4.99 | 1.78 | - |
| YUV | 59.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 30 | 0 | 0.68 | 0.74 | 0.55 | 5 | 0.58 | 0.28 |
| Hex | 72 | 25 | 1E | 0 | 44 | 4A | 37 | 5 | 3A | 1C |
| Octal | 162 | 45 | 36 | 0 | 104 | 112 | 67 | 5 | 72 | 34 |
| Binary | 1110010 | 100101 | 11110 | 0 | 1000100 | 1001010 | 110111 | 101 | 111010 | 11100 |
Color Harmonies of #72251E
Complementary color
Monochromatic Colors of #72251E
Black with #72251E
Text Example
Text Example
White with #72251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72251E; }
p { color: rgb(114,37,30); }
H1.HeaderClassName
{
color: #72251E;
}
.AnyTagClassName
{
color: #72251E;
}
</style>
background-color css
<style>
a { background-color: #72251E; }
a { background-color: rgb(114,37,30); }
div.DivClassName
{
background-color: #72251E;
}
.BgClassName
{
background-color: #72251E;
}
</style>
border-color css
<style>
span { border-color: #72251E; }
span { border-color: rgb(114,37,30); }
td.TdClassName
{
border-color: #72251E;
}
.TagClassName
{
border-color: #72251E;
}
</style>