Shades of Tawny Port #70354A
Tints of Tawny Port #70354A
RGB
CMYK
RGB Variations
Color information
#70354A (or 0x70354A) is known color: Tawny Port. HEX triplet: 70, 35 and 4A. RGB value is (112,53,74). Sum of RGB (Red+Green+Blue) = 112+53+74=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #70354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70354A is #8FCAB5. Grayscale: #494949. Windows color (decimal): -9423542 or 4863344. OLE color: 4863344.
HSL color Cylindrical-coordinate representation of color #70354A: hue angle of 338.64º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70354A is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 74 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.56 |
| HSL | 338.64º | 0.36% | 0.32% | - |
| HSV(B) | 338.64º | 0.53% | 0.44% | - |
| XYZ | 9.19 | 6.49 | 7.25 | - |
| YUV | 73.04 | 128.55 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 74 | 0 | 0.53 | 0.34 | 0.56 | 338.64 | 0.36 | 0.32 |
| Hex | 70 | 35 | 4A | 0 | 35 | 22 | 38 | 153 | 24 | 20 |
| Octal | 160 | 65 | 112 | 0 | 65 | 42 | 70 | 523 | 44 | 40 |
| Binary | 1110000 | 110101 | 1001010 | 0 | 110101 | 100010 | 111000 | 101010011 | 100100 | 100000 |
Color Harmonies of #70354A
Complementary color
Monochromatic Colors of #70354A
Black with #70354A
Text Example
Text Example
White with #70354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70354A; }
p { color: rgb(112,53,74); }
H1.HeaderClassName
{
color: #70354A;
}
.AnyTagClassName
{
color: #70354A;
}
</style>
background-color css
<style>
a { background-color: #70354A; }
a { background-color: rgb(112,53,74); }
div.DivClassName
{
background-color: #70354A;
}
.BgClassName
{
background-color: #70354A;
}
</style>
border-color css
<style>
span { border-color: #70354A; }
span { border-color: rgb(112,53,74); }
td.TdClassName
{
border-color: #70354A;
}
.TagClassName
{
border-color: #70354A;
}
</style>