Shades of Tawny Port #5E3045
Tints of Tawny Port #5E3045
RGB
CMYK
RGB Variations
Color information
#5E3045 (or 0x5E3045) is known color: Tawny Port. HEX triplet: 5E, 30 and 45. RGB value is (94,48,69). Sum of RGB (Red+Green+Blue) = 94+48+69=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3045 is #A1CFBA. Grayscale: #404040. Windows color (decimal): -10604475 or 4534366. OLE color: 4534366.
HSL color Cylindrical-coordinate representation of color #5E3045: hue angle of 332.61º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E3045 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 48 | 69 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.63 |
| HSL | 332.61º | 0.32% | 0.28% | - |
| HSV(B) | 332.61º | 0.49% | 0.37% | - |
| XYZ | 6.75 | 4.92 | 6.22 | - |
| YUV | 64.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 48 | 69 | 0 | 0.49 | 0.27 | 0.63 | 332.61 | 0.32 | 0.28 |
| Hex | 5E | 30 | 45 | 0 | 31 | 1B | 3F | 14D | 20 | 1C |
| Octal | 136 | 60 | 105 | 0 | 61 | 33 | 77 | 515 | 40 | 34 |
| Binary | 1011110 | 110000 | 1000101 | 0 | 110001 | 11011 | 111111 | 101001101 | 100000 | 11100 |
Color Harmonies of #5E3045
Complementary color
Monochromatic Colors of #5E3045
Black with #5E3045
Text Example
Text Example
White with #5E3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3045; }
p { color: rgb(94,48,69); }
H1.HeaderClassName
{
color: #5E3045;
}
.AnyTagClassName
{
color: #5E3045;
}
</style>
background-color css
<style>
a { background-color: #5E3045; }
a { background-color: rgb(94,48,69); }
div.DivClassName
{
background-color: #5E3045;
}
.BgClassName
{
background-color: #5E3045;
}
</style>
border-color css
<style>
span { border-color: #5E3045; }
span { border-color: rgb(94,48,69); }
td.TdClassName
{
border-color: #5E3045;
}
.TagClassName
{
border-color: #5E3045;
}
</style>