Shades of Tawny Port #5F3444
Tints of Tawny Port #5F3444
RGB
CMYK
RGB Variations
Color information
#5F3444 (or 0x5F3444) is known color: Tawny Port. HEX triplet: 5F, 34 and 44. RGB value is (95,52,68). Sum of RGB (Red+Green+Blue) = 95+52+68=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3444 is #A0CBBB. Grayscale: #424242. Windows color (decimal): -10537916 or 4469855. OLE color: 4469855.
HSL color Cylindrical-coordinate representation of color #5F3444: hue angle of 337.67º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F3444 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 52 | 68 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.63 |
| HSL | 337.67º | 0.29% | 0.29% | - |
| HSV(B) | 337.67º | 0.45% | 0.37% | - |
| XYZ | 6.99 | 5.31 | 6.12 | - |
| YUV | 66.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 68 | 0 | 0.45 | 0.28 | 0.63 | 337.67 | 0.29 | 0.29 |
| Hex | 5F | 34 | 44 | 0 | 2D | 1C | 3F | 152 | 1D | 1D |
| Octal | 137 | 64 | 104 | 0 | 55 | 34 | 77 | 522 | 35 | 35 |
| Binary | 1011111 | 110100 | 1000100 | 0 | 101101 | 11100 | 111111 | 101010010 | 11101 | 11101 |
Color Harmonies of #5F3444
Complementary color
Monochromatic Colors of #5F3444
Black with #5F3444
Text Example
Text Example
White with #5F3444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3444; }
p { color: rgb(95,52,68); }
H1.HeaderClassName
{
color: #5F3444;
}
.AnyTagClassName
{
color: #5F3444;
}
</style>
background-color css
<style>
a { background-color: #5F3444; }
a { background-color: rgb(95,52,68); }
div.DivClassName
{
background-color: #5F3444;
}
.BgClassName
{
background-color: #5F3444;
}
</style>
border-color css
<style>
span { border-color: #5F3444; }
span { border-color: rgb(95,52,68); }
td.TdClassName
{
border-color: #5F3444;
}
.TagClassName
{
border-color: #5F3444;
}
</style>