Shades of Auburn #73261E
Tints of Auburn #73261E
RGB
CMYK
RGB Variations
Color information
#73261E (or 0x73261E) is known color: Auburn. HEX triplet: 73, 26 and 1E. RGB value is (115,38,30). Sum of RGB (Red+Green+Blue) = 115+38+30=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73261E is #8CD9E1. Grayscale: #3C3C3C. Windows color (decimal): -9230818 or 1975923. OLE color: 1975923.
HSL color Cylindrical-coordinate representation of color #73261E: hue angle of 5.65º degrees, saturation: 0.59, 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 #73261E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 38 | 30 | - |
| CMYK | 0 | 0.67 | 0.74 | 0.55 |
| HSL | 5.65º | 0.59% | 0.28% | - |
| HSV(B) | 5.65º | 0.74% | 0.45% | - |
| XYZ | 8 | 5.12 | 1.8 | - |
| YUV | 60.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 30 | 0 | 0.67 | 0.74 | 0.55 | 5.65 | 0.59 | 0.28 |
| Hex | 73 | 26 | 1E | 0 | 43 | 4A | 37 | 6 | 3B | 1C |
| Octal | 163 | 46 | 36 | 0 | 103 | 112 | 67 | 6 | 73 | 34 |
| Binary | 1110011 | 100110 | 11110 | 0 | 1000011 | 1001010 | 110111 | 110 | 111011 | 11100 |
Color Harmonies of #73261E
Complementary color
Monochromatic Colors of #73261E
Black with #73261E
Text Example
Text Example
White with #73261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73261E; }
p { color: rgb(115,38,30); }
H1.HeaderClassName
{
color: #73261E;
}
.AnyTagClassName
{
color: #73261E;
}
</style>
background-color css
<style>
a { background-color: #73261E; }
a { background-color: rgb(115,38,30); }
div.DivClassName
{
background-color: #73261E;
}
.BgClassName
{
background-color: #73261E;
}
</style>
border-color css
<style>
span { border-color: #73261E; }
span { border-color: rgb(115,38,30); }
td.TdClassName
{
border-color: #73261E;
}
.TagClassName
{
border-color: #73261E;
}
</style>