Shades of Tawny Port #70424D
Tints of Tawny Port #70424D
RGB
CMYK
RGB Variations
Color information
#70424D (or 0x70424D) is known color: Tawny Port. HEX triplet: 70, 42 and 4D. RGB value is (112,66,77). Sum of RGB (Red+Green+Blue) = 112+66+77=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70424D is #8FBDB2. Grayscale: #515151. Windows color (decimal): -9420211 or 5063280. OLE color: 5063280.
HSL color Cylindrical-coordinate representation of color #70424D: hue angle of 345.65º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70424D is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 77 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.56 |
| HSL | 345.65º | 0.26% | 0.35% | - |
| HSV(B) | 345.65º | 0.41% | 0.44% | - |
| XYZ | 9.97 | 7.88 | 8.02 | - |
| YUV | 81.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 77 | 0 | 0.41 | 0.31 | 0.56 | 345.65 | 0.26 | 0.35 |
| Hex | 70 | 42 | 4D | 0 | 29 | 1F | 38 | 15A | 1A | 23 |
| Octal | 160 | 102 | 115 | 0 | 51 | 37 | 70 | 532 | 32 | 43 |
| Binary | 1110000 | 1000010 | 1001101 | 0 | 101001 | 11111 | 111000 | 101011010 | 11010 | 100011 |
Color Harmonies of #70424D
Complementary color
Monochromatic Colors of #70424D
Black with #70424D
Text Example
Text Example
White with #70424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70424D; }
p { color: rgb(112,66,77); }
H1.HeaderClassName
{
color: #70424D;
}
.AnyTagClassName
{
color: #70424D;
}
</style>
background-color css
<style>
a { background-color: #70424D; }
a { background-color: rgb(112,66,77); }
div.DivClassName
{
background-color: #70424D;
}
.BgClassName
{
background-color: #70424D;
}
</style>
border-color css
<style>
span { border-color: #70424D; }
span { border-color: rgb(112,66,77); }
td.TdClassName
{
border-color: #70424D;
}
.TagClassName
{
border-color: #70424D;
}
</style>