Shades of Tawny Port #5D3844
Tints of Tawny Port #5D3844
RGB
CMYK
RGB Variations
Color information
#5D3844 (or 0x5D3844) is known color: Tawny Port. HEX triplet: 5D, 38 and 44. RGB value is (93,56,68). Sum of RGB (Red+Green+Blue) = 93+56+68=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3844 is #A2C7BB. Grayscale: #444444. Windows color (decimal): -10667964 or 4470877. OLE color: 4470877.
HSL color Cylindrical-coordinate representation of color #5D3844: hue angle of 340.54º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D3844 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 56 | 68 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.64 |
| HSL | 340.54º | 0.25% | 0.29% | - |
| HSV(B) | 340.54º | 0.4% | 0.36% | - |
| XYZ | 6.97 | 5.57 | 6.18 | - |
| YUV | 68.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 68 | 0 | 0.40 | 0.27 | 0.64 | 340.54 | 0.25 | 0.29 |
| Hex | 5D | 38 | 44 | 0 | 28 | 1B | 40 | 155 | 19 | 1D |
| Octal | 135 | 70 | 104 | 0 | 50 | 33 | 100 | 525 | 31 | 35 |
| Binary | 1011101 | 111000 | 1000100 | 0 | 101000 | 11011 | 1000000 | 101010101 | 11001 | 11101 |
Color Harmonies of #5D3844
Complementary color
Monochromatic Colors of #5D3844
Black with #5D3844
Text Example
Text Example
White with #5D3844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3844; }
p { color: rgb(93,56,68); }
H1.HeaderClassName
{
color: #5D3844;
}
.AnyTagClassName
{
color: #5D3844;
}
</style>
background-color css
<style>
a { background-color: #5D3844; }
a { background-color: rgb(93,56,68); }
div.DivClassName
{
background-color: #5D3844;
}
.BgClassName
{
background-color: #5D3844;
}
</style>
border-color css
<style>
span { border-color: #5D3844; }
span { border-color: rgb(93,56,68); }
td.TdClassName
{
border-color: #5D3844;
}
.TagClassName
{
border-color: #5D3844;
}
</style>