Shades of Tawny Port #5E334C
Tints of Tawny Port #5E334C
RGB
CMYK
RGB Variations
Color information
#5E334C (or 0x5E334C) is known color: Tawny Port. HEX triplet: 5E, 33 and 4C. RGB value is (94,51,76). Sum of RGB (Red+Green+Blue) = 94+51+76=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E334C is #A1CCB3. Grayscale: #424242. Windows color (decimal): -10603700 or 4993886. OLE color: 4993886.
HSL color Cylindrical-coordinate representation of color #5E334C: hue angle of 325.12º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E334C is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 51 | 76 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.63 |
| HSL | 325.12º | 0.3% | 0.28% | - |
| HSV(B) | 325.12º | 0.46% | 0.37% | - |
| XYZ | 7.1 | 5.27 | 7.48 | - |
| YUV | 66.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 76 | 0 | 0.46 | 0.19 | 0.63 | 325.12 | 0.3 | 0.28 |
| Hex | 5E | 33 | 4C | 0 | 2E | 13 | 3F | 145 | 1E | 1C |
| Octal | 136 | 63 | 114 | 0 | 56 | 23 | 77 | 505 | 36 | 34 |
| Binary | 1011110 | 110011 | 1001100 | 0 | 101110 | 10011 | 111111 | 101000101 | 11110 | 11100 |
Color Harmonies of #5E334C
Complementary color
Monochromatic Colors of #5E334C
Black with #5E334C
Text Example
Text Example
White with #5E334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E334C; }
p { color: rgb(94,51,76); }
H1.HeaderClassName
{
color: #5E334C;
}
.AnyTagClassName
{
color: #5E334C;
}
</style>
background-color css
<style>
a { background-color: #5E334C; }
a { background-color: rgb(94,51,76); }
div.DivClassName
{
background-color: #5E334C;
}
.BgClassName
{
background-color: #5E334C;
}
</style>
border-color css
<style>
span { border-color: #5E334C; }
span { border-color: rgb(94,51,76); }
td.TdClassName
{
border-color: #5E334C;
}
.TagClassName
{
border-color: #5E334C;
}
</style>