Shades of Tawny Port #5F3141
Tints of Tawny Port #5F3141
RGB
CMYK
RGB Variations
Color information
#5F3141 (or 0x5F3141) is known color: Tawny Port. HEX triplet: 5F, 31 and 41. RGB value is (95,49,65). Sum of RGB (Red+Green+Blue) = 95+49+65=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3141 is #A0CEBE. Grayscale: #404040. Windows color (decimal): -10538687 or 4272479. OLE color: 4272479.
HSL color Cylindrical-coordinate representation of color #5F3141: hue angle of 339.13º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F3141 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 49 | 65 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.63 |
| HSL | 339.13º | 0.32% | 0.28% | - |
| HSV(B) | 339.13º | 0.48% | 0.37% | - |
| XYZ | 6.77 | 5.01 | 5.61 | - |
| YUV | 64.58 | 128.24 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 49 | 65 | 0 | 0.48 | 0.32 | 0.63 | 339.13 | 0.32 | 0.28 |
| Hex | 5F | 31 | 41 | 0 | 30 | 20 | 3F | 153 | 20 | 1C |
| Octal | 137 | 61 | 101 | 0 | 60 | 40 | 77 | 523 | 40 | 34 |
| Binary | 1011111 | 110001 | 1000001 | 0 | 110000 | 100000 | 111111 | 101010011 | 100000 | 11100 |
Color Harmonies of #5F3141
Complementary color
Monochromatic Colors of #5F3141
Black with #5F3141
Text Example
Text Example
White with #5F3141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3141; }
p { color: rgb(95,49,65); }
H1.HeaderClassName
{
color: #5F3141;
}
.AnyTagClassName
{
color: #5F3141;
}
</style>
background-color css
<style>
a { background-color: #5F3141; }
a { background-color: rgb(95,49,65); }
div.DivClassName
{
background-color: #5F3141;
}
.BgClassName
{
background-color: #5F3141;
}
</style>
border-color css
<style>
span { border-color: #5F3141; }
span { border-color: rgb(95,49,65); }
td.TdClassName
{
border-color: #5F3141;
}
.TagClassName
{
border-color: #5F3141;
}
</style>