Shades of Auburn #702A28
Tints of Auburn #702A28
RGB
CMYK
RGB Variations
Color information
#702A28 (or 0x702A28) is known color: Auburn. HEX triplet: 70, 2A and 28. RGB value is (112,42,40). Sum of RGB (Red+Green+Blue) = 112+42+40=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #702A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A28 is #8FD5D7. Grayscale: #3E3E3E. Windows color (decimal): -9426392 or 2632304. OLE color: 2632304.
HSL color Cylindrical-coordinate representation of color #702A28: hue angle of 1.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702A28 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 42 | 40 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.56 |
| HSL | 1.67º | 0.47% | 0.3% | - |
| HSV(B) | 1.67º | 0.64% | 0.44% | - |
| XYZ | 7.89 | 5.25 | 2.61 | - |
| YUV | 62.7 | 115.19 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 42 | 40 | 0 | 0.62 | 0.64 | 0.56 | 1.67 | 0.47 | 0.3 |
| Hex | 70 | 2A | 28 | 0 | 3E | 40 | 38 | 2 | 2F | 1E |
| Octal | 160 | 52 | 50 | 0 | 76 | 100 | 70 | 2 | 57 | 36 |
| Binary | 1110000 | 101010 | 101000 | 0 | 111110 | 1000000 | 111000 | 10 | 101111 | 11110 |
Color Harmonies of #702A28
Complementary color
Monochromatic Colors of #702A28
Black with #702A28
Text Example
Text Example
White with #702A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702A28; }
p { color: rgb(112,42,40); }
H1.HeaderClassName
{
color: #702A28;
}
.AnyTagClassName
{
color: #702A28;
}
</style>
background-color css
<style>
a { background-color: #702A28; }
a { background-color: rgb(112,42,40); }
div.DivClassName
{
background-color: #702A28;
}
.BgClassName
{
background-color: #702A28;
}
</style>
border-color css
<style>
span { border-color: #702A28; }
span { border-color: rgb(112,42,40); }
td.TdClassName
{
border-color: #702A28;
}
.TagClassName
{
border-color: #702A28;
}
</style>