Shades of Auburn #70302F
Tints of Auburn #70302F
RGB
CMYK
RGB Variations
Color information
#70302F (or 0x70302F) is known color: Auburn. HEX triplet: 70, 30 and 2F. RGB value is (112,48,47). Sum of RGB (Red+Green+Blue) = 112+48+47=207 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.11% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 112 - color contains mainly: red. Hex color #70302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70302F is #8FCFD0. Grayscale: #434343. Windows color (decimal): -9424849 or 3092592. OLE color: 3092592.
HSL color Cylindrical-coordinate representation of color #70302F: hue angle of 0.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70302F is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 47 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.56 |
| HSL | 0.92º | 0.41% | 0.31% | - |
| HSV(B) | 0.92º | 0.58% | 0.44% | - |
| XYZ | 8.25 | 5.76 | 3.37 | - |
| YUV | 67.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 47 | 0 | 0.57 | 0.58 | 0.56 | 0.92 | 0.41 | 0.31 |
| Hex | 70 | 30 | 2F | 0 | 39 | 3A | 38 | 1 | 29 | 1F |
| Octal | 160 | 60 | 57 | 0 | 71 | 72 | 70 | 1 | 51 | 37 |
| Binary | 1110000 | 110000 | 101111 | 0 | 111001 | 111010 | 111000 | 1 | 101001 | 11111 |
Color Harmonies of #70302F
Complementary color
Monochromatic Colors of #70302F
Black with #70302F
Text Example
Text Example
White with #70302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70302F; }
p { color: rgb(112,48,47); }
H1.HeaderClassName
{
color: #70302F;
}
.AnyTagClassName
{
color: #70302F;
}
</style>
background-color css
<style>
a { background-color: #70302F; }
a { background-color: rgb(112,48,47); }
div.DivClassName
{
background-color: #70302F;
}
.BgClassName
{
background-color: #70302F;
}
</style>
border-color css
<style>
span { border-color: #70302F; }
span { border-color: rgb(112,48,47); }
td.TdClassName
{
border-color: #70302F;
}
.TagClassName
{
border-color: #70302F;
}
</style>