Shades of Tawny Port #5E334B
Tints of Tawny Port #5E334B
RGB
CMYK
RGB Variations
Color information
#5E334B (or 0x5E334B) is known color: Tawny Port. HEX triplet: 5E, 33 and 4B. RGB value is (94,51,75). Sum of RGB (Red+Green+Blue) = 94+51+75=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 94 - color contains mainly: red. Hex color #5E334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E334B is #A1CCB4. Grayscale: #424242. Windows color (decimal): -10603701 or 4928350. OLE color: 4928350.
HSL color Cylindrical-coordinate representation of color #5E334B: hue angle of 326.51º 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 #5E334B is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 51 | 75 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.63 |
| HSL | 326.51º | 0.3% | 0.28% | - |
| HSV(B) | 326.51º | 0.46% | 0.37% | - |
| XYZ | 7.07 | 5.26 | 7.3 | - |
| YUV | 66.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 51 | 75 | 0 | 0.46 | 0.20 | 0.63 | 326.51 | 0.3 | 0.28 |
| Hex | 5E | 33 | 4B | 0 | 2E | 14 | 3F | 147 | 1E | 1C |
| Octal | 136 | 63 | 113 | 0 | 56 | 24 | 77 | 507 | 36 | 34 |
| Binary | 1011110 | 110011 | 1001011 | 0 | 101110 | 10100 | 111111 | 101000111 | 11110 | 11100 |
Color Harmonies of #5E334B
Complementary color
Monochromatic Colors of #5E334B
Black with #5E334B
Text Example
Text Example
White with #5E334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E334B; }
p { color: rgb(94,51,75); }
H1.HeaderClassName
{
color: #5E334B;
}
.AnyTagClassName
{
color: #5E334B;
}
</style>
background-color css
<style>
a { background-color: #5E334B; }
a { background-color: rgb(94,51,75); }
div.DivClassName
{
background-color: #5E334B;
}
.BgClassName
{
background-color: #5E334B;
}
</style>
border-color css
<style>
span { border-color: #5E334B; }
span { border-color: rgb(94,51,75); }
td.TdClassName
{
border-color: #5E334B;
}
.TagClassName
{
border-color: #5E334B;
}
</style>