Shades of Tawny Port #5E3F4D
Tints of Tawny Port #5E3F4D
RGB
CMYK
RGB Variations
Color information
#5E3F4D (or 0x5E3F4D) is known color: Tawny Port. HEX triplet: 5E, 3F and 4D. RGB value is (94,63,77). Sum of RGB (Red+Green+Blue) = 94+63+77=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3F4D is #A1C0B2. Grayscale: #494949. Windows color (decimal): -10600627 or 5062494. OLE color: 5062494.
HSL color Cylindrical-coordinate representation of color #5E3F4D: hue angle of 332.9º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E3F4D is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 63 | 77 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.63 |
| HSL | 332.9º | 0.2% | 0.31% | - |
| HSV(B) | 332.9º | 0.33% | 0.37% | - |
| XYZ | 7.73 | 6.47 | 7.86 | - |
| YUV | 73.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 77 | 0 | 0.33 | 0.18 | 0.63 | 332.9 | 0.2 | 0.31 |
| Hex | 5E | 3F | 4D | 0 | 21 | 12 | 3F | 14D | 14 | 1F |
| Octal | 136 | 77 | 115 | 0 | 41 | 22 | 77 | 515 | 24 | 37 |
| Binary | 1011110 | 111111 | 1001101 | 0 | 100001 | 10010 | 111111 | 101001101 | 10100 | 11111 |
Color Harmonies of #5E3F4D
Complementary color
Monochromatic Colors of #5E3F4D
Black with #5E3F4D
Text Example
Text Example
White with #5E3F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3F4D; }
p { color: rgb(94,63,77); }
H1.HeaderClassName
{
color: #5E3F4D;
}
.AnyTagClassName
{
color: #5E3F4D;
}
</style>
background-color css
<style>
a { background-color: #5E3F4D; }
a { background-color: rgb(94,63,77); }
div.DivClassName
{
background-color: #5E3F4D;
}
.BgClassName
{
background-color: #5E3F4D;
}
</style>
border-color css
<style>
span { border-color: #5E3F4D; }
span { border-color: rgb(94,63,77); }
td.TdClassName
{
border-color: #5E3F4D;
}
.TagClassName
{
border-color: #5E3F4D;
}
</style>