Shades of Tawny Port #5F354C
Tints of Tawny Port #5F354C
RGB
CMYK
RGB Variations
Color information
#5F354C (or 0x5F354C) is known color: Tawny Port. HEX triplet: 5F, 35 and 4C. RGB value is (95,53,76). Sum of RGB (Red+Green+Blue) = 95+53+76=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 95 - color contains mainly: red. Hex color #5F354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F354C is #A0CAB3. Grayscale: #444444. Windows color (decimal): -10537652 or 4994399. OLE color: 4994399.
HSL color Cylindrical-coordinate representation of color #5F354C: hue angle of 327.14º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F354C is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 53 | 76 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.63 |
| HSL | 327.14º | 0.28% | 0.29% | - |
| HSV(B) | 327.14º | 0.44% | 0.37% | - |
| XYZ | 7.3 | 5.5 | 7.51 | - |
| YUV | 68.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 76 | 0 | 0.44 | 0.20 | 0.63 | 327.14 | 0.28 | 0.29 |
| Hex | 5F | 35 | 4C | 0 | 2C | 14 | 3F | 147 | 1C | 1D |
| Octal | 137 | 65 | 114 | 0 | 54 | 24 | 77 | 507 | 34 | 35 |
| Binary | 1011111 | 110101 | 1001100 | 0 | 101100 | 10100 | 111111 | 101000111 | 11100 | 11101 |
Color Harmonies of #5F354C
Complementary color
Monochromatic Colors of #5F354C
Black with #5F354C
Text Example
Text Example
White with #5F354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F354C; }
p { color: rgb(95,53,76); }
H1.HeaderClassName
{
color: #5F354C;
}
.AnyTagClassName
{
color: #5F354C;
}
</style>
background-color css
<style>
a { background-color: #5F354C; }
a { background-color: rgb(95,53,76); }
div.DivClassName
{
background-color: #5F354C;
}
.BgClassName
{
background-color: #5F354C;
}
</style>
border-color css
<style>
span { border-color: #5F354C; }
span { border-color: rgb(95,53,76); }
td.TdClassName
{
border-color: #5F354C;
}
.TagClassName
{
border-color: #5F354C;
}
</style>