Shades of Tawny Port #703644
Tints of Tawny Port #703644
RGB
CMYK
RGB Variations
Color information
#703644 (or 0x703644) is known color: Tawny Port. HEX triplet: 70, 36 and 44. RGB value is (112,54,68). Sum of RGB (Red+Green+Blue) = 112+54+68=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #703644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703644 is #8FC9BB. Grayscale: #484848. Windows color (decimal): -9423292 or 4470384. OLE color: 4470384.
HSL color Cylindrical-coordinate representation of color #703644: hue angle of 345.52º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703644 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 68 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.56 |
| HSL | 345.52º | 0.35% | 0.33% | - |
| HSV(B) | 345.52º | 0.52% | 0.44% | - |
| XYZ | 9.04 | 6.5 | 6.25 | - |
| YUV | 72.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 68 | 0 | 0.52 | 0.39 | 0.56 | 345.52 | 0.35 | 0.33 |
| Hex | 70 | 36 | 44 | 0 | 34 | 27 | 38 | 15A | 23 | 21 |
| Octal | 160 | 66 | 104 | 0 | 64 | 47 | 70 | 532 | 43 | 41 |
| Binary | 1110000 | 110110 | 1000100 | 0 | 110100 | 100111 | 111000 | 101011010 | 100011 | 100001 |
Color Harmonies of #703644
Complementary color
Monochromatic Colors of #703644
Black with #703644
Text Example
Text Example
White with #703644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703644; }
p { color: rgb(112,54,68); }
H1.HeaderClassName
{
color: #703644;
}
.AnyTagClassName
{
color: #703644;
}
</style>
background-color css
<style>
a { background-color: #703644; }
a { background-color: rgb(112,54,68); }
div.DivClassName
{
background-color: #703644;
}
.BgClassName
{
background-color: #703644;
}
</style>
border-color css
<style>
span { border-color: #703644; }
span { border-color: rgb(112,54,68); }
td.TdClassName
{
border-color: #703644;
}
.TagClassName
{
border-color: #703644;
}
</style>