Shades of Tawny Port #703545
Tints of Tawny Port #703545
RGB
CMYK
RGB Variations
Color information
#703545 (or 0x703545) is known color: Tawny Port. HEX triplet: 70, 35 and 45. RGB value is (112,53,69). Sum of RGB (Red+Green+Blue) = 112+53+69=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #703545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703545 is #8FCABA. Grayscale: #484848. Windows color (decimal): -9423547 or 4535664. OLE color: 4535664.
HSL color Cylindrical-coordinate representation of color #703545: hue angle of 343.73º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703545 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 69 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.56 |
| HSL | 343.73º | 0.36% | 0.32% | - |
| HSV(B) | 343.73º | 0.53% | 0.44% | - |
| XYZ | 9.03 | 6.42 | 6.39 | - |
| YUV | 72.47 | 126.05 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 69 | 0 | 0.53 | 0.38 | 0.56 | 343.73 | 0.36 | 0.32 |
| Hex | 70 | 35 | 45 | 0 | 35 | 26 | 38 | 158 | 24 | 20 |
| Octal | 160 | 65 | 105 | 0 | 65 | 46 | 70 | 530 | 44 | 40 |
| Binary | 1110000 | 110101 | 1000101 | 0 | 110101 | 100110 | 111000 | 101011000 | 100100 | 100000 |
Color Harmonies of #703545
Complementary color
Monochromatic Colors of #703545
Black with #703545
Text Example
Text Example
White with #703545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703545; }
p { color: rgb(112,53,69); }
H1.HeaderClassName
{
color: #703545;
}
.AnyTagClassName
{
color: #703545;
}
</style>
background-color css
<style>
a { background-color: #703545; }
a { background-color: rgb(112,53,69); }
div.DivClassName
{
background-color: #703545;
}
.BgClassName
{
background-color: #703545;
}
</style>
border-color css
<style>
span { border-color: #703545; }
span { border-color: rgb(112,53,69); }
td.TdClassName
{
border-color: #703545;
}
.TagClassName
{
border-color: #703545;
}
</style>