Shades of Tawny Port #5D3049
Tints of Tawny Port #5D3049
RGB
CMYK
RGB Variations
Color information
#5D3049 (or 0x5D3049) is known color: Tawny Port. HEX triplet: 5D, 30 and 49. RGB value is (93,48,73). Sum of RGB (Red+Green+Blue) = 93+48+73=214 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.46% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3049 is #A2CFB6. Grayscale: #404040. Windows color (decimal): -10670007 or 4796509. OLE color: 4796509.
HSL color Cylindrical-coordinate representation of color #5D3049: hue angle of 326.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D3049 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 73 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.64 |
| HSL | 326.67º | 0.32% | 0.28% | - |
| HSV(B) | 326.67º | 0.48% | 0.36% | - |
| XYZ | 6.77 | 4.92 | 6.9 | - |
| YUV | 64.31 | 132.91 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 73 | 0 | 0.48 | 0.22 | 0.64 | 326.67 | 0.32 | 0.28 |
| Hex | 5D | 30 | 49 | 0 | 30 | 16 | 40 | 147 | 20 | 1C |
| Octal | 135 | 60 | 111 | 0 | 60 | 26 | 100 | 507 | 40 | 34 |
| Binary | 1011101 | 110000 | 1001001 | 0 | 110000 | 10110 | 1000000 | 101000111 | 100000 | 11100 |
Color Harmonies of #5D3049
Complementary color
Monochromatic Colors of #5D3049
Black with #5D3049
Text Example
Text Example
White with #5D3049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3049; }
p { color: rgb(93,48,73); }
H1.HeaderClassName
{
color: #5D3049;
}
.AnyTagClassName
{
color: #5D3049;
}
</style>
background-color css
<style>
a { background-color: #5D3049; }
a { background-color: rgb(93,48,73); }
div.DivClassName
{
background-color: #5D3049;
}
.BgClassName
{
background-color: #5D3049;
}
</style>
border-color css
<style>
span { border-color: #5D3049; }
span { border-color: rgb(93,48,73); }
td.TdClassName
{
border-color: #5D3049;
}
.TagClassName
{
border-color: #5D3049;
}
</style>