Shades of Auburn #70261F
Tints of Auburn #70261F
RGB
CMYK
RGB Variations
Color information
#70261F (or 0x70261F) is known color: Auburn. HEX triplet: 70, 26 and 1F. RGB value is (112,38,31). Sum of RGB (Red+Green+Blue) = 112+38+31=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 38 (15.23% from 255 or 20.99% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #70261F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70261F is #8FD9E0. Grayscale: #3B3B3B. Windows color (decimal): -9427425 or 2041456. OLE color: 2041456.
HSL color Cylindrical-coordinate representation of color #70261F: hue angle of 5.19º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70261F is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 38 | 31 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.56 |
| HSL | 5.19º | 0.57% | 0.28% | - |
| HSV(B) | 5.19º | 0.72% | 0.44% | - |
| XYZ | 7.62 | 4.93 | 1.85 | - |
| YUV | 59.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 38 | 31 | 0 | 0.66 | 0.72 | 0.56 | 5.19 | 0.57 | 0.28 |
| Hex | 70 | 26 | 1F | 0 | 42 | 48 | 38 | 5 | 39 | 1C |
| Octal | 160 | 46 | 37 | 0 | 102 | 110 | 70 | 5 | 71 | 34 |
| Binary | 1110000 | 100110 | 11111 | 0 | 1000010 | 1001000 | 111000 | 101 | 111001 | 11100 |
Color Harmonies of #70261F
Complementary color
Monochromatic Colors of #70261F
Black with #70261F
Text Example
Text Example
White with #70261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70261F; }
p { color: rgb(112,38,31); }
H1.HeaderClassName
{
color: #70261F;
}
.AnyTagClassName
{
color: #70261F;
}
</style>
background-color css
<style>
a { background-color: #70261F; }
a { background-color: rgb(112,38,31); }
div.DivClassName
{
background-color: #70261F;
}
.BgClassName
{
background-color: #70261F;
}
</style>
border-color css
<style>
span { border-color: #70261F; }
span { border-color: rgb(112,38,31); }
td.TdClassName
{
border-color: #70261F;
}
.TagClassName
{
border-color: #70261F;
}
</style>