Shades of Tawny Port #5F3248
Tints of Tawny Port #5F3248
RGB
CMYK
RGB Variations
Color information
#5F3248 (or 0x5F3248) is known color: Tawny Port. HEX triplet: 5F, 32 and 48. RGB value is (95,50,72). Sum of RGB (Red+Green+Blue) = 95+50+72=217 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.78% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3248 is #A0CDB7. Grayscale: #414141. Windows color (decimal): -10538424 or 4731487. OLE color: 4731487.
HSL color Cylindrical-coordinate representation of color #5F3248: hue angle of 330.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F3248 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 50 | 72 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.63 |
| HSL | 330.67º | 0.31% | 0.28% | - |
| HSV(B) | 330.67º | 0.47% | 0.37% | - |
| XYZ | 7.03 | 5.18 | 6.76 | - |
| YUV | 65.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 50 | 72 | 0 | 0.47 | 0.24 | 0.63 | 330.67 | 0.31 | 0.28 |
| Hex | 5F | 32 | 48 | 0 | 2F | 18 | 3F | 14B | 1F | 1C |
| Octal | 137 | 62 | 110 | 0 | 57 | 30 | 77 | 513 | 37 | 34 |
| Binary | 1011111 | 110010 | 1001000 | 0 | 101111 | 11000 | 111111 | 101001011 | 11111 | 11100 |
Color Harmonies of #5F3248
Complementary color
Monochromatic Colors of #5F3248
Black with #5F3248
Text Example
Text Example
White with #5F3248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3248; }
p { color: rgb(95,50,72); }
H1.HeaderClassName
{
color: #5F3248;
}
.AnyTagClassName
{
color: #5F3248;
}
</style>
background-color css
<style>
a { background-color: #5F3248; }
a { background-color: rgb(95,50,72); }
div.DivClassName
{
background-color: #5F3248;
}
.BgClassName
{
background-color: #5F3248;
}
</style>
border-color css
<style>
span { border-color: #5F3248; }
span { border-color: rgb(95,50,72); }
td.TdClassName
{
border-color: #5F3248;
}
.TagClassName
{
border-color: #5F3248;
}
</style>