Shades of Tawny Port #70374B
Tints of Tawny Port #70374B
RGB
CMYK
RGB Variations
Color information
#70374B (or 0x70374B) is known color: Tawny Port. HEX triplet: 70, 37 and 4B. RGB value is (112,55,75). Sum of RGB (Red+Green+Blue) = 112+55+75=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70374B is #8FC8B4. Grayscale: #4A4A4A. Windows color (decimal): -9423029 or 4929392. OLE color: 4929392.
HSL color Cylindrical-coordinate representation of color #70374B: hue angle of 338.95º 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 #70374B is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 75 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.56 |
| HSL | 338.95º | 0.34% | 0.33% | - |
| HSV(B) | 338.95º | 0.51% | 0.44% | - |
| XYZ | 9.32 | 6.69 | 7.46 | - |
| YUV | 74.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 75 | 0 | 0.51 | 0.33 | 0.56 | 338.95 | 0.34 | 0.33 |
| Hex | 70 | 37 | 4B | 0 | 33 | 21 | 38 | 153 | 22 | 21 |
| Octal | 160 | 67 | 113 | 0 | 63 | 41 | 70 | 523 | 42 | 41 |
| Binary | 1110000 | 110111 | 1001011 | 0 | 110011 | 100001 | 111000 | 101010011 | 100010 | 100001 |
Color Harmonies of #70374B
Complementary color
Monochromatic Colors of #70374B
Black with #70374B
Text Example
Text Example
White with #70374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70374B; }
p { color: rgb(112,55,75); }
H1.HeaderClassName
{
color: #70374B;
}
.AnyTagClassName
{
color: #70374B;
}
</style>
background-color css
<style>
a { background-color: #70374B; }
a { background-color: rgb(112,55,75); }
div.DivClassName
{
background-color: #70374B;
}
.BgClassName
{
background-color: #70374B;
}
</style>
border-color css
<style>
span { border-color: #70374B; }
span { border-color: rgb(112,55,75); }
td.TdClassName
{
border-color: #70374B;
}
.TagClassName
{
border-color: #70374B;
}
</style>