Shades of Tawny Port #5D3646
Tints of Tawny Port #5D3646
RGB
CMYK
RGB Variations
Color information
#5D3646 (or 0x5D3646) is known color: Tawny Port. HEX triplet: 5D, 36 and 46. RGB value is (93,54,70). Sum of RGB (Red+Green+Blue) = 93+54+70=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3646 is #A2C9B9. Grayscale: #434343. Windows color (decimal): -10668474 or 4601437. OLE color: 4601437.
HSL color Cylindrical-coordinate representation of color #5D3646: hue angle of 335.38º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D3646 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 54 | 70 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.64 |
| HSL | 335.38º | 0.27% | 0.29% | - |
| HSV(B) | 335.38º | 0.42% | 0.36% | - |
| XYZ | 6.94 | 5.41 | 6.47 | - |
| YUV | 67.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 70 | 0 | 0.42 | 0.25 | 0.64 | 335.38 | 0.27 | 0.29 |
| Hex | 5D | 36 | 46 | 0 | 2A | 19 | 40 | 14F | 1B | 1D |
| Octal | 135 | 66 | 106 | 0 | 52 | 31 | 100 | 517 | 33 | 35 |
| Binary | 1011101 | 110110 | 1000110 | 0 | 101010 | 11001 | 1000000 | 101001111 | 11011 | 11101 |
Color Harmonies of #5D3646
Complementary color
Monochromatic Colors of #5D3646
Black with #5D3646
Text Example
Text Example
White with #5D3646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3646; }
p { color: rgb(93,54,70); }
H1.HeaderClassName
{
color: #5D3646;
}
.AnyTagClassName
{
color: #5D3646;
}
</style>
background-color css
<style>
a { background-color: #5D3646; }
a { background-color: rgb(93,54,70); }
div.DivClassName
{
background-color: #5D3646;
}
.BgClassName
{
background-color: #5D3646;
}
</style>
border-color css
<style>
span { border-color: #5D3646; }
span { border-color: rgb(93,54,70); }
td.TdClassName
{
border-color: #5D3646;
}
.TagClassName
{
border-color: #5D3646;
}
</style>