Shades of Tawny Port #5D444C
Tints of Tawny Port #5D444C
RGB
CMYK
RGB Variations
Color information
#5D444C (or 0x5D444C) is known color: Tawny Port. HEX triplet: 5D, 44 and 4C. RGB value is (93,68,76). Sum of RGB (Red+Green+Blue) = 93+68+76=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 93 - color contains mainly: red. Hex color #5D444C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D444C is #A2BBB3. Grayscale: #4C4C4C. Windows color (decimal): -10664884 or 4998237. OLE color: 4998237.
HSL color Cylindrical-coordinate representation of color #5D444C: hue angle of 340.8º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5D444C is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 68 | 76 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.64 |
| HSL | 340.8º | 0.16% | 0.32% | - |
| HSV(B) | 340.8º | 0.27% | 0.36% | - |
| XYZ | 7.89 | 6.98 | 7.77 | - |
| YUV | 76.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 68 | 76 | 0 | 0.27 | 0.18 | 0.64 | 340.8 | 0.16 | 0.32 |
| Hex | 5D | 44 | 4C | 0 | 1B | 12 | 40 | 155 | 10 | 20 |
| Octal | 135 | 104 | 114 | 0 | 33 | 22 | 100 | 525 | 20 | 40 |
| Binary | 1011101 | 1000100 | 1001100 | 0 | 11011 | 10010 | 1000000 | 101010101 | 10000 | 100000 |
Color Harmonies of #5D444C
Complementary color
Monochromatic Colors of #5D444C
Black with #5D444C
Text Example
Text Example
White with #5D444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D444C; }
p { color: rgb(93,68,76); }
H1.HeaderClassName
{
color: #5D444C;
}
.AnyTagClassName
{
color: #5D444C;
}
</style>
background-color css
<style>
a { background-color: #5D444C; }
a { background-color: rgb(93,68,76); }
div.DivClassName
{
background-color: #5D444C;
}
.BgClassName
{
background-color: #5D444C;
}
</style>
border-color css
<style>
span { border-color: #5D444C; }
span { border-color: rgb(93,68,76); }
td.TdClassName
{
border-color: #5D444C;
}
.TagClassName
{
border-color: #5D444C;
}
</style>