Shades of Tawny Port #5F354E
Tints of Tawny Port #5F354E
RGB
CMYK
RGB Variations
Color information
#5F354E (or 0x5F354E) is known color: Tawny Port. HEX triplet: 5F, 35 and 4E. RGB value is (95,53,78). Sum of RGB (Red+Green+Blue) = 95+53+78=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 95 - color contains mainly: red. Hex color #5F354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F354E is #A0CAB1. Grayscale: #444444. Windows color (decimal): -10537650 or 5125471. OLE color: 5125471.
HSL color Cylindrical-coordinate representation of color #5F354E: hue angle of 324.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F354E is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 53 | 78 | - |
| CMYK | 0 | 0.44 | 0.18 | 0.63 |
| HSL | 324.29º | 0.28% | 0.29% | - |
| HSV(B) | 324.29º | 0.44% | 0.37% | - |
| XYZ | 7.37 | 5.53 | 7.89 | - |
| YUV | 68.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 78 | 0 | 0.44 | 0.18 | 0.63 | 324.29 | 0.28 | 0.29 |
| Hex | 5F | 35 | 4E | 0 | 2C | 12 | 3F | 144 | 1C | 1D |
| Octal | 137 | 65 | 116 | 0 | 54 | 22 | 77 | 504 | 34 | 35 |
| Binary | 1011111 | 110101 | 1001110 | 0 | 101100 | 10010 | 111111 | 101000100 | 11100 | 11101 |
Color Harmonies of #5F354E
Complementary color
Monochromatic Colors of #5F354E
Black with #5F354E
Text Example
Text Example
White with #5F354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F354E; }
p { color: rgb(95,53,78); }
H1.HeaderClassName
{
color: #5F354E;
}
.AnyTagClassName
{
color: #5F354E;
}
</style>
background-color css
<style>
a { background-color: #5F354E; }
a { background-color: rgb(95,53,78); }
div.DivClassName
{
background-color: #5F354E;
}
.BgClassName
{
background-color: #5F354E;
}
</style>
border-color css
<style>
span { border-color: #5F354E; }
span { border-color: rgb(95,53,78); }
td.TdClassName
{
border-color: #5F354E;
}
.TagClassName
{
border-color: #5F354E;
}
</style>