Shades of Auburn #702220
Tints of Auburn #702220
RGB
CMYK
RGB Variations
Color information
#702220 (or 0x702220) is known color: Auburn. HEX triplet: 70, 22 and 20. RGB value is (112,34,32). Sum of RGB (Red+Green+Blue) = 112+34+32=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #702220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702220 is #8FDDDF. Grayscale: #393939. Windows color (decimal): -9428448 or 2105968. OLE color: 2105968.
HSL color Cylindrical-coordinate representation of color #702220: hue angle of 1.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702220 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 34 | 32 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.56 |
| HSL | 1.5º | 0.56% | 0.28% | - |
| HSV(B) | 1.5º | 0.71% | 0.44% | - |
| XYZ | 7.51 | 4.69 | 1.88 | - |
| YUV | 57.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 32 | 0 | 0.70 | 0.71 | 0.56 | 1.5 | 0.56 | 0.28 |
| Hex | 70 | 22 | 20 | 0 | 46 | 47 | 38 | 2 | 38 | 1C |
| Octal | 160 | 42 | 40 | 0 | 106 | 107 | 70 | 2 | 70 | 34 |
| Binary | 1110000 | 100010 | 100000 | 0 | 1000110 | 1000111 | 111000 | 10 | 111000 | 11100 |
Color Harmonies of #702220
Complementary color
Monochromatic Colors of #702220
Black with #702220
Text Example
Text Example
White with #702220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702220; }
p { color: rgb(112,34,32); }
H1.HeaderClassName
{
color: #702220;
}
.AnyTagClassName
{
color: #702220;
}
</style>
background-color css
<style>
a { background-color: #702220; }
a { background-color: rgb(112,34,32); }
div.DivClassName
{
background-color: #702220;
}
.BgClassName
{
background-color: #702220;
}
</style>
border-color css
<style>
span { border-color: #702220; }
span { border-color: rgb(112,34,32); }
td.TdClassName
{
border-color: #702220;
}
.TagClassName
{
border-color: #702220;
}
</style>