Shades of Tawny Port #71394B
Tints of Tawny Port #71394B
RGB
CMYK
RGB Variations
Color information
#71394B (or 0x71394B) is known color: Tawny Port. HEX triplet: 71, 39 and 4B. RGB value is (113,57,75). Sum of RGB (Red+Green+Blue) = 113+57+75=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #71394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71394B is #8EC6B4. Grayscale: #4B4B4B. Windows color (decimal): -9356981 or 4929905. OLE color: 4929905.
HSL color Cylindrical-coordinate representation of color #71394B: 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 #71394B is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 57 | 75 | - |
| 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.54 | 6.94 | 7.49 | - |
| YUV | 75.8 | 127.55 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 75 | 0 | 0.50 | 0.34 | 0.56 | 340.71 | 0.33 | 0.33 |
| Hex | 71 | 39 | 4B | 0 | 32 | 22 | 38 | 155 | 21 | 21 |
| Octal | 161 | 71 | 113 | 0 | 62 | 42 | 70 | 525 | 41 | 41 |
| Binary | 1110001 | 111001 | 1001011 | 0 | 110010 | 100010 | 111000 | 101010101 | 100001 | 100001 |
Color Harmonies of #71394B
Complementary color
Monochromatic Colors of #71394B
Black with #71394B
Text Example
Text Example
White with #71394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71394B; }
p { color: rgb(113,57,75); }
H1.HeaderClassName
{
color: #71394B;
}
.AnyTagClassName
{
color: #71394B;
}
</style>
background-color css
<style>
a { background-color: #71394B; }
a { background-color: rgb(113,57,75); }
div.DivClassName
{
background-color: #71394B;
}
.BgClassName
{
background-color: #71394B;
}
</style>
border-color css
<style>
span { border-color: #71394B; }
span { border-color: rgb(113,57,75); }
td.TdClassName
{
border-color: #71394B;
}
.TagClassName
{
border-color: #71394B;
}
</style>