Shades of Auburn #72241E
Tints of Auburn #72241E
RGB
CMYK
RGB Variations
Color information
#72241E (or 0x72241E) is known color: Auburn. HEX triplet: 72, 24 and 1E. RGB value is (114,36,30). Sum of RGB (Red+Green+Blue) = 114+36+30=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72241E is #8DDBE1. Grayscale: #3A3A3A. Windows color (decimal): -9296866 or 1975410. OLE color: 1975410.
HSL color Cylindrical-coordinate representation of color #72241E: hue angle of 4.29º 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 #72241E is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 36 | 30 | - |
| CMYK | 0 | 0.68 | 0.74 | 0.55 |
| HSL | 4.29º | 0.58% | 0.28% | - |
| HSV(B) | 4.29º | 0.74% | 0.45% | - |
| XYZ | 7.8 | 4.93 | 1.77 | - |
| YUV | 58.64 | 111.84 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 30 | 0 | 0.68 | 0.74 | 0.55 | 4.29 | 0.58 | 0.28 |
| Hex | 72 | 24 | 1E | 0 | 44 | 4A | 37 | 4 | 3A | 1C |
| Octal | 162 | 44 | 36 | 0 | 104 | 112 | 67 | 4 | 72 | 34 |
| Binary | 1110010 | 100100 | 11110 | 0 | 1000100 | 1001010 | 110111 | 100 | 111010 | 11100 |
Color Harmonies of #72241E
Complementary color
Monochromatic Colors of #72241E
Black with #72241E
Text Example
Text Example
White with #72241E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72241E; }
p { color: rgb(114,36,30); }
H1.HeaderClassName
{
color: #72241E;
}
.AnyTagClassName
{
color: #72241E;
}
</style>
background-color css
<style>
a { background-color: #72241E; }
a { background-color: rgb(114,36,30); }
div.DivClassName
{
background-color: #72241E;
}
.BgClassName
{
background-color: #72241E;
}
</style>
border-color css
<style>
span { border-color: #72241E; }
span { border-color: rgb(114,36,30); }
td.TdClassName
{
border-color: #72241E;
}
.TagClassName
{
border-color: #72241E;
}
</style>