Shades of Tawny Port #70374C
Tints of Tawny Port #70374C
RGB
CMYK
RGB Variations
Color information
#70374C (or 0x70374C) is known color: Tawny Port. HEX triplet: 70, 37 and 4C. RGB value is (112,55,76). Sum of RGB (Red+Green+Blue) = 112+55+76=243 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.09% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 112 - color contains mainly: red. Hex color #70374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70374C is #8FC8B3. Grayscale: #4A4A4A. Windows color (decimal): -9423028 or 4994928. OLE color: 4994928.
HSL color Cylindrical-coordinate representation of color #70374C: hue angle of 337.89º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70374C is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 76 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.56 |
| HSL | 337.89º | 0.34% | 0.33% | - |
| HSV(B) | 337.89º | 0.51% | 0.44% | - |
| XYZ | 9.35 | 6.7 | 7.64 | - |
| YUV | 74.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 76 | 0 | 0.51 | 0.32 | 0.56 | 337.89 | 0.34 | 0.33 |
| Hex | 70 | 37 | 4C | 0 | 33 | 20 | 38 | 152 | 22 | 21 |
| Octal | 160 | 67 | 114 | 0 | 63 | 40 | 70 | 522 | 42 | 41 |
| Binary | 1110000 | 110111 | 1001100 | 0 | 110011 | 100000 | 111000 | 101010010 | 100010 | 100001 |
Color Harmonies of #70374C
Complementary color
Monochromatic Colors of #70374C
Black with #70374C
Text Example
Text Example
White with #70374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70374C; }
p { color: rgb(112,55,76); }
H1.HeaderClassName
{
color: #70374C;
}
.AnyTagClassName
{
color: #70374C;
}
</style>
background-color css
<style>
a { background-color: #70374C; }
a { background-color: rgb(112,55,76); }
div.DivClassName
{
background-color: #70374C;
}
.BgClassName
{
background-color: #70374C;
}
</style>
border-color css
<style>
span { border-color: #70374C; }
span { border-color: rgb(112,55,76); }
td.TdClassName
{
border-color: #70374C;
}
.TagClassName
{
border-color: #70374C;
}
</style>