Shades of Tawny Port #5D3F4C
Tints of Tawny Port #5D3F4C
RGB
CMYK
RGB Variations
Color information
#5D3F4C (or 0x5D3F4C) is known color: Tawny Port. HEX triplet: 5D, 3F and 4C. RGB value is (93,63,76). Sum of RGB (Red+Green+Blue) = 93+63+76=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3F4C is #A2C0B3. Grayscale: #494949. Windows color (decimal): -10666164 or 4996957. OLE color: 4996957.
HSL color Cylindrical-coordinate representation of color #5D3F4C: hue angle of 334º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D3F4C is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 63 | 76 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.64 |
| HSL | 334º | 0.19% | 0.31% | - |
| HSV(B) | 334º | 0.32% | 0.36% | - |
| XYZ | 7.6 | 6.4 | 7.67 | - |
| YUV | 73.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 76 | 0 | 0.32 | 0.18 | 0.64 | 334 | 0.19 | 0.31 |
| Hex | 5D | 3F | 4C | 0 | 20 | 12 | 40 | 14E | 13 | 1F |
| Octal | 135 | 77 | 114 | 0 | 40 | 22 | 100 | 516 | 23 | 37 |
| Binary | 1011101 | 111111 | 1001100 | 0 | 100000 | 10010 | 1000000 | 101001110 | 10011 | 11111 |
Color Harmonies of #5D3F4C
Complementary color
Monochromatic Colors of #5D3F4C
Black with #5D3F4C
Text Example
Text Example
White with #5D3F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3F4C; }
p { color: rgb(93,63,76); }
H1.HeaderClassName
{
color: #5D3F4C;
}
.AnyTagClassName
{
color: #5D3F4C;
}
</style>
background-color css
<style>
a { background-color: #5D3F4C; }
a { background-color: rgb(93,63,76); }
div.DivClassName
{
background-color: #5D3F4C;
}
.BgClassName
{
background-color: #5D3F4C;
}
</style>
border-color css
<style>
span { border-color: #5D3F4C; }
span { border-color: rgb(93,63,76); }
td.TdClassName
{
border-color: #5D3F4C;
}
.TagClassName
{
border-color: #5D3F4C;
}
</style>