Shades of Tawny Port #5F3145
Tints of Tawny Port #5F3145
RGB
CMYK
RGB Variations
Color information
#5F3145 (or 0x5F3145) is known color: Tawny Port. HEX triplet: 5F, 31 and 45. RGB value is (95,49,69). Sum of RGB (Red+Green+Blue) = 95+49+69=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3145 is #A0CEBA. Grayscale: #414141. Windows color (decimal): -10538683 or 4534623. OLE color: 4534623.
HSL color Cylindrical-coordinate representation of color #5F3145: hue angle of 333.91º 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 #5F3145 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 49 | 69 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.63 |
| HSL | 333.91º | 0.32% | 0.28% | - |
| HSV(B) | 333.91º | 0.48% | 0.37% | - |
| XYZ | 6.89 | 5.06 | 6.24 | - |
| YUV | 65.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 49 | 69 | 0 | 0.48 | 0.27 | 0.63 | 333.91 | 0.32 | 0.28 |
| Hex | 5F | 31 | 45 | 0 | 30 | 1B | 3F | 14E | 20 | 1C |
| Octal | 137 | 61 | 105 | 0 | 60 | 33 | 77 | 516 | 40 | 34 |
| Binary | 1011111 | 110001 | 1000101 | 0 | 110000 | 11011 | 111111 | 101001110 | 100000 | 11100 |
Color Harmonies of #5F3145
Complementary color
Monochromatic Colors of #5F3145
Black with #5F3145
Text Example
Text Example
White with #5F3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3145; }
p { color: rgb(95,49,69); }
H1.HeaderClassName
{
color: #5F3145;
}
.AnyTagClassName
{
color: #5F3145;
}
</style>
background-color css
<style>
a { background-color: #5F3145; }
a { background-color: rgb(95,49,69); }
div.DivClassName
{
background-color: #5F3145;
}
.BgClassName
{
background-color: #5F3145;
}
</style>
border-color css
<style>
span { border-color: #5F3145; }
span { border-color: rgb(95,49,69); }
td.TdClassName
{
border-color: #5F3145;
}
.TagClassName
{
border-color: #5F3145;
}
</style>