Shades of Tawny Port #5D3042
Tints of Tawny Port #5D3042
RGB
CMYK
RGB Variations
Color information
#5D3042 (or 0x5D3042) is known color: Tawny Port. HEX triplet: 5D, 30 and 42. RGB value is (93,48,66). Sum of RGB (Red+Green+Blue) = 93+48+66=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3042 is #A2CFBD. Grayscale: #3F3F3F. Windows color (decimal): -10670014 or 4337757. OLE color: 4337757.
HSL color Cylindrical-coordinate representation of color #5D3042: hue angle of 336º 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 #5D3042 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 48 | 66 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.64 |
| HSL | 336º | 0.32% | 0.28% | - |
| HSV(B) | 336º | 0.48% | 0.36% | - |
| XYZ | 6.55 | 4.83 | 5.74 | - |
| YUV | 63.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 48 | 66 | 0 | 0.48 | 0.29 | 0.64 | 336 | 0.32 | 0.28 |
| Hex | 5D | 30 | 42 | 0 | 30 | 1D | 40 | 150 | 20 | 1C |
| Octal | 135 | 60 | 102 | 0 | 60 | 35 | 100 | 520 | 40 | 34 |
| Binary | 1011101 | 110000 | 1000010 | 0 | 110000 | 11101 | 1000000 | 101010000 | 100000 | 11100 |
Color Harmonies of #5D3042
Complementary color
Monochromatic Colors of #5D3042
Black with #5D3042
Text Example
Text Example
White with #5D3042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3042; }
p { color: rgb(93,48,66); }
H1.HeaderClassName
{
color: #5D3042;
}
.AnyTagClassName
{
color: #5D3042;
}
</style>
background-color css
<style>
a { background-color: #5D3042; }
a { background-color: rgb(93,48,66); }
div.DivClassName
{
background-color: #5D3042;
}
.BgClassName
{
background-color: #5D3042;
}
</style>
border-color css
<style>
span { border-color: #5D3042; }
span { border-color: rgb(93,48,66); }
td.TdClassName
{
border-color: #5D3042;
}
.TagClassName
{
border-color: #5D3042;
}
</style>