Shades of Auburn #702C25
Tints of Auburn #702C25
RGB
CMYK
RGB Variations
Color information
#702C25 (or 0x702C25) is known color: Auburn. HEX triplet: 70, 2C and 25. RGB value is (112,44,37). Sum of RGB (Red+Green+Blue) = 112+44+37=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #702C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C25 is #8FD3DA. Grayscale: #3F3F3F. Windows color (decimal): -9425883 or 2436208. OLE color: 2436208.
HSL color Cylindrical-coordinate representation of color #702C25: hue angle of 5.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702C25 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 44 | 37 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.56 |
| HSL | 5.6º | 0.5% | 0.29% | - |
| HSV(B) | 5.6º | 0.67% | 0.44% | - |
| XYZ | 7.92 | 5.38 | 2.37 | - |
| YUV | 63.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 37 | 0 | 0.61 | 0.67 | 0.56 | 5.6 | 0.5 | 0.29 |
| Hex | 70 | 2C | 25 | 0 | 3D | 43 | 38 | 6 | 32 | 1D |
| Octal | 160 | 54 | 45 | 0 | 75 | 103 | 70 | 6 | 62 | 35 |
| Binary | 1110000 | 101100 | 100101 | 0 | 111101 | 1000011 | 111000 | 110 | 110010 | 11101 |
Color Harmonies of #702C25
Complementary color
Monochromatic Colors of #702C25
Black with #702C25
Text Example
Text Example
White with #702C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C25; }
p { color: rgb(112,44,37); }
H1.HeaderClassName
{
color: #702C25;
}
.AnyTagClassName
{
color: #702C25;
}
</style>
background-color css
<style>
a { background-color: #702C25; }
a { background-color: rgb(112,44,37); }
div.DivClassName
{
background-color: #702C25;
}
.BgClassName
{
background-color: #702C25;
}
</style>
border-color css
<style>
span { border-color: #702C25; }
span { border-color: rgb(112,44,37); }
td.TdClassName
{
border-color: #702C25;
}
.TagClassName
{
border-color: #702C25;
}
</style>