Shades of Tawny Port #70384A
Tints of Tawny Port #70384A
RGB
CMYK
RGB Variations
Color information
#70384A (or 0x70384A) is known color: Tawny Port. HEX triplet: 70, 38 and 4A. RGB value is (112,56,74). Sum of RGB (Red+Green+Blue) = 112+56+74=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 74 (29.30% from 255 or 30.58% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #70384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70384A is #8FC7B5. Grayscale: #4A4A4A. Windows color (decimal): -9422774 or 4864112. OLE color: 4864112.
HSL color Cylindrical-coordinate representation of color #70384A: hue angle of 340.71º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70384A is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 74 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.56 |
| HSL | 340.71º | 0.33% | 0.33% | - |
| HSV(B) | 340.71º | 0.5% | 0.44% | - |
| XYZ | 9.33 | 6.77 | 7.29 | - |
| YUV | 74.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 74 | 0 | 0.50 | 0.34 | 0.56 | 340.71 | 0.33 | 0.33 |
| Hex | 70 | 38 | 4A | 0 | 32 | 22 | 38 | 155 | 21 | 21 |
| Octal | 160 | 70 | 112 | 0 | 62 | 42 | 70 | 525 | 41 | 41 |
| Binary | 1110000 | 111000 | 1001010 | 0 | 110010 | 100010 | 111000 | 101010101 | 100001 | 100001 |
Color Harmonies of #70384A
Complementary color
Monochromatic Colors of #70384A
Black with #70384A
Text Example
Text Example
White with #70384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70384A; }
p { color: rgb(112,56,74); }
H1.HeaderClassName
{
color: #70384A;
}
.AnyTagClassName
{
color: #70384A;
}
</style>
background-color css
<style>
a { background-color: #70384A; }
a { background-color: rgb(112,56,74); }
div.DivClassName
{
background-color: #70384A;
}
.BgClassName
{
background-color: #70384A;
}
</style>
border-color css
<style>
span { border-color: #70384A; }
span { border-color: rgb(112,56,74); }
td.TdClassName
{
border-color: #70384A;
}
.TagClassName
{
border-color: #70384A;
}
</style>