Shades of Tawny Port #5F3344
Tints of Tawny Port #5F3344
RGB
CMYK
RGB Variations
Color information
#5F3344 (or 0x5F3344) is known color: Tawny Port. HEX triplet: 5F, 33 and 44. RGB value is (95,51,68). Sum of RGB (Red+Green+Blue) = 95+51+68=214 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.39% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3344 is #A0CCBB. Grayscale: #424242. Windows color (decimal): -10538172 or 4469599. OLE color: 4469599.
HSL color Cylindrical-coordinate representation of color #5F3344: hue angle of 336.82º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F3344 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 51 | 68 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.63 |
| HSL | 336.82º | 0.3% | 0.29% | - |
| HSV(B) | 336.82º | 0.46% | 0.37% | - |
| XYZ | 6.95 | 5.22 | 6.11 | - |
| YUV | 66.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 51 | 68 | 0 | 0.46 | 0.28 | 0.63 | 336.82 | 0.3 | 0.29 |
| Hex | 5F | 33 | 44 | 0 | 2E | 1C | 3F | 151 | 1E | 1D |
| Octal | 137 | 63 | 104 | 0 | 56 | 34 | 77 | 521 | 36 | 35 |
| Binary | 1011111 | 110011 | 1000100 | 0 | 101110 | 11100 | 111111 | 101010001 | 11110 | 11101 |
Color Harmonies of #5F3344
Complementary color
Monochromatic Colors of #5F3344
Black with #5F3344
Text Example
Text Example
White with #5F3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3344; }
p { color: rgb(95,51,68); }
H1.HeaderClassName
{
color: #5F3344;
}
.AnyTagClassName
{
color: #5F3344;
}
</style>
background-color css
<style>
a { background-color: #5F3344; }
a { background-color: rgb(95,51,68); }
div.DivClassName
{
background-color: #5F3344;
}
.BgClassName
{
background-color: #5F3344;
}
</style>
border-color css
<style>
span { border-color: #5F3344; }
span { border-color: rgb(95,51,68); }
td.TdClassName
{
border-color: #5F3344;
}
.TagClassName
{
border-color: #5F3344;
}
</style>