Shades of Tawny Port #5F4149
Tints of Tawny Port #5F4149
RGB
CMYK
RGB Variations
Color information
#5F4149 (or 0x5F4149) is known color: Tawny Port. HEX triplet: 5F, 41 and 49. RGB value is (95,65,73). Sum of RGB (Red+Green+Blue) = 95+65+73=233 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.77% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4149 is #A0BEB6. Grayscale: #4A4A4A. Windows color (decimal): -10534583 or 4800863. OLE color: 4800863.
HSL color Cylindrical-coordinate representation of color #5F4149: hue angle of 344º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F4149 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 65 | 73 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.63 |
| HSL | 344º | 0.19% | 0.31% | - |
| HSV(B) | 344º | 0.32% | 0.37% | - |
| XYZ | 7.81 | 6.69 | 7.18 | - |
| YUV | 74.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 73 | 0 | 0.32 | 0.23 | 0.63 | 344 | 0.19 | 0.31 |
| Hex | 5F | 41 | 49 | 0 | 20 | 17 | 3F | 158 | 13 | 1F |
| Octal | 137 | 101 | 111 | 0 | 40 | 27 | 77 | 530 | 23 | 37 |
| Binary | 1011111 | 1000001 | 1001001 | 0 | 100000 | 10111 | 111111 | 101011000 | 10011 | 11111 |
Color Harmonies of #5F4149
Complementary color
Monochromatic Colors of #5F4149
Black with #5F4149
Text Example
Text Example
White with #5F4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4149; }
p { color: rgb(95,65,73); }
H1.HeaderClassName
{
color: #5F4149;
}
.AnyTagClassName
{
color: #5F4149;
}
</style>
background-color css
<style>
a { background-color: #5F4149; }
a { background-color: rgb(95,65,73); }
div.DivClassName
{
background-color: #5F4149;
}
.BgClassName
{
background-color: #5F4149;
}
</style>
border-color css
<style>
span { border-color: #5F4149; }
span { border-color: rgb(95,65,73); }
td.TdClassName
{
border-color: #5F4149;
}
.TagClassName
{
border-color: #5F4149;
}
</style>