Shades of Tawny Port #70434D
Tints of Tawny Port #70434D
RGB
CMYK
RGB Variations
Color information
#70434D (or 0x70434D) is known color: Tawny Port. HEX triplet: 70, 43 and 4D. RGB value is (112,67,77). Sum of RGB (Red+Green+Blue) = 112+67+77=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70434D is #8FBCB2. Grayscale: #515151. Windows color (decimal): -9419955 or 5063536. OLE color: 5063536.
HSL color Cylindrical-coordinate representation of color #70434D: hue angle of 346.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70434D is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 77 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.56 |
| HSL | 346.67º | 0.25% | 0.35% | - |
| HSV(B) | 346.67º | 0.4% | 0.44% | - |
| XYZ | 10.03 | 7.99 | 8.04 | - |
| YUV | 81.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 77 | 0 | 0.40 | 0.31 | 0.56 | 346.67 | 0.25 | 0.35 |
| Hex | 70 | 43 | 4D | 0 | 28 | 1F | 38 | 15B | 19 | 23 |
| Octal | 160 | 103 | 115 | 0 | 50 | 37 | 70 | 533 | 31 | 43 |
| Binary | 1110000 | 1000011 | 1001101 | 0 | 101000 | 11111 | 111000 | 101011011 | 11001 | 100011 |
Color Harmonies of #70434D
Complementary color
Monochromatic Colors of #70434D
Black with #70434D
Text Example
Text Example
White with #70434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70434D; }
p { color: rgb(112,67,77); }
H1.HeaderClassName
{
color: #70434D;
}
.AnyTagClassName
{
color: #70434D;
}
</style>
background-color css
<style>
a { background-color: #70434D; }
a { background-color: rgb(112,67,77); }
div.DivClassName
{
background-color: #70434D;
}
.BgClassName
{
background-color: #70434D;
}
</style>
border-color css
<style>
span { border-color: #70434D; }
span { border-color: rgb(112,67,77); }
td.TdClassName
{
border-color: #70434D;
}
.TagClassName
{
border-color: #70434D;
}
</style>