Shades of Tawny Port #5D424D
Tints of Tawny Port #5D424D
RGB
CMYK
RGB Variations
Color information
#5D424D (or 0x5D424D) is known color: Tawny Port. HEX triplet: 5D, 42 and 4D. RGB value is (93,66,77). Sum of RGB (Red+Green+Blue) = 93+66+77=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 93 - color contains mainly: red. Hex color #5D424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D424D is #A2BDB2. Grayscale: #4B4B4B. Windows color (decimal): -10665395 or 5063261. OLE color: 5063261.
HSL color Cylindrical-coordinate representation of color #5D424D: hue angle of 335.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D424D is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 66 | 77 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.64 |
| HSL | 335.56º | 0.17% | 0.31% | - |
| HSV(B) | 335.56º | 0.29% | 0.36% | - |
| XYZ | 7.8 | 6.76 | 7.91 | - |
| YUV | 75.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 66 | 77 | 0 | 0.29 | 0.17 | 0.64 | 335.56 | 0.17 | 0.31 |
| Hex | 5D | 42 | 4D | 0 | 1D | 11 | 40 | 150 | 11 | 1F |
| Octal | 135 | 102 | 115 | 0 | 35 | 21 | 100 | 520 | 21 | 37 |
| Binary | 1011101 | 1000010 | 1001101 | 0 | 11101 | 10001 | 1000000 | 101010000 | 10001 | 11111 |
Color Harmonies of #5D424D
Complementary color
Monochromatic Colors of #5D424D
Black with #5D424D
Text Example
Text Example
White with #5D424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D424D; }
p { color: rgb(93,66,77); }
H1.HeaderClassName
{
color: #5D424D;
}
.AnyTagClassName
{
color: #5D424D;
}
</style>
background-color css
<style>
a { background-color: #5D424D; }
a { background-color: rgb(93,66,77); }
div.DivClassName
{
background-color: #5D424D;
}
.BgClassName
{
background-color: #5D424D;
}
</style>
border-color css
<style>
span { border-color: #5D424D; }
span { border-color: rgb(93,66,77); }
td.TdClassName
{
border-color: #5D424D;
}
.TagClassName
{
border-color: #5D424D;
}
</style>