Shades of Auburn #702121
Tints of Auburn #702121
RGB
CMYK
RGB Variations
Color information
#702121 (or 0x702121) is known color: Auburn. HEX triplet: 70, 21 and 21. RGB value is (112,33,33). Sum of RGB (Red+Green+Blue) = 112+33+33=178 (23% of max value = 765). Red value is 112 (44.14% from 255 or 62.92% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 112 - color contains mainly: red. Hex color #702121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702121 is #8FDEDE. Grayscale: #383838. Windows color (decimal): -9428703 or 2171248. OLE color: 2171248.
HSL color Cylindrical-coordinate representation of color #702121: hue angle of 0º degrees, saturation: 0.54, 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 #702121 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 33 | 33 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.56 |
| HSL | 0º | 0.54% | 0.28% | - |
| HSV(B) | 0º | 0.71% | 0.44% | - |
| XYZ | 7.5 | 4.64 | 1.94 | - |
| YUV | 56.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 33 | 0 | 0.71 | 0.71 | 0.56 | 0 | 0.54 | 0.28 |
| Hex | 70 | 21 | 21 | 0 | 47 | 47 | 38 | 0 | 36 | 1C |
| Octal | 160 | 41 | 41 | 0 | 107 | 107 | 70 | 0 | 66 | 34 |
| Binary | 1110000 | 100001 | 100001 | 0 | 1000111 | 1000111 | 111000 | 0 | 110110 | 11100 |
Color Harmonies of #702121
Complementary color
Monochromatic Colors of #702121
Black with #702121
Text Example
Text Example
White with #702121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702121; }
p { color: rgb(112,33,33); }
H1.HeaderClassName
{
color: #702121;
}
.AnyTagClassName
{
color: #702121;
}
</style>
background-color css
<style>
a { background-color: #702121; }
a { background-color: rgb(112,33,33); }
div.DivClassName
{
background-color: #702121;
}
.BgClassName
{
background-color: #702121;
}
</style>
border-color css
<style>
span { border-color: #702121; }
span { border-color: rgb(112,33,33); }
td.TdClassName
{
border-color: #702121;
}
.TagClassName
{
border-color: #702121;
}
</style>