Shades of Tawny Port #703646
Tints of Tawny Port #703646
RGB
CMYK
RGB Variations
Color information
#703646 (or 0x703646) is known color: Tawny Port. HEX triplet: 70, 36 and 46. RGB value is (112,54,70). Sum of RGB (Red+Green+Blue) = 112+54+70=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #703646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703646 is #8FC9B9. Grayscale: #494949. Windows color (decimal): -9423290 or 4601456. OLE color: 4601456.
HSL color Cylindrical-coordinate representation of color #703646: hue angle of 343.45º 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 #703646 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 70 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.56 |
| HSL | 343.45º | 0.35% | 0.33% | - |
| HSV(B) | 343.45º | 0.52% | 0.44% | - |
| XYZ | 9.11 | 6.53 | 6.57 | - |
| YUV | 73.17 | 126.22 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 70 | 0 | 0.52 | 0.38 | 0.56 | 343.45 | 0.35 | 0.33 |
| Hex | 70 | 36 | 46 | 0 | 34 | 26 | 38 | 157 | 23 | 21 |
| Octal | 160 | 66 | 106 | 0 | 64 | 46 | 70 | 527 | 43 | 41 |
| Binary | 1110000 | 110110 | 1000110 | 0 | 110100 | 100110 | 111000 | 101010111 | 100011 | 100001 |
Color Harmonies of #703646
Complementary color
Monochromatic Colors of #703646
Black with #703646
Text Example
Text Example
White with #703646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703646; }
p { color: rgb(112,54,70); }
H1.HeaderClassName
{
color: #703646;
}
.AnyTagClassName
{
color: #703646;
}
</style>
background-color css
<style>
a { background-color: #703646; }
a { background-color: rgb(112,54,70); }
div.DivClassName
{
background-color: #703646;
}
.BgClassName
{
background-color: #703646;
}
</style>
border-color css
<style>
span { border-color: #703646; }
span { border-color: rgb(112,54,70); }
td.TdClassName
{
border-color: #703646;
}
.TagClassName
{
border-color: #703646;
}
</style>