Shades of Tawny Port #5F3649
Tints of Tawny Port #5F3649
RGB
CMYK
RGB Variations
Color information
#5F3649 (or 0x5F3649) is known color: Tawny Port. HEX triplet: 5F, 36 and 49. RGB value is (95,54,73). Sum of RGB (Red+Green+Blue) = 95+54+73=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3649 is #A0C9B6. Grayscale: #444444. Windows color (decimal): -10537399 or 4798047. OLE color: 4798047.
HSL color Cylindrical-coordinate representation of color #5F3649: hue angle of 332.2º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F3649 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 54 | 73 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.63 |
| HSL | 332.2º | 0.28% | 0.29% | - |
| HSV(B) | 332.2º | 0.43% | 0.37% | - |
| XYZ | 7.24 | 5.55 | 6.99 | - |
| YUV | 68.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 54 | 73 | 0 | 0.43 | 0.23 | 0.63 | 332.2 | 0.28 | 0.29 |
| Hex | 5F | 36 | 49 | 0 | 2B | 17 | 3F | 14C | 1C | 1D |
| Octal | 137 | 66 | 111 | 0 | 53 | 27 | 77 | 514 | 34 | 35 |
| Binary | 1011111 | 110110 | 1001001 | 0 | 101011 | 10111 | 111111 | 101001100 | 11100 | 11101 |
Color Harmonies of #5F3649
Complementary color
Monochromatic Colors of #5F3649
Black with #5F3649
Text Example
Text Example
White with #5F3649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3649; }
p { color: rgb(95,54,73); }
H1.HeaderClassName
{
color: #5F3649;
}
.AnyTagClassName
{
color: #5F3649;
}
</style>
background-color css
<style>
a { background-color: #5F3649; }
a { background-color: rgb(95,54,73); }
div.DivClassName
{
background-color: #5F3649;
}
.BgClassName
{
background-color: #5F3649;
}
</style>
border-color css
<style>
span { border-color: #5F3649; }
span { border-color: rgb(95,54,73); }
td.TdClassName
{
border-color: #5F3649;
}
.TagClassName
{
border-color: #5F3649;
}
</style>