Shades of Tawny Port #5D343F
Tints of Tawny Port #5D343F
RGB
CMYK
RGB Variations
Color information
#5D343F (or 0x5D343F) is known color: Tawny Port. HEX triplet: 5D, 34 and 3F. RGB value is (93,52,63). Sum of RGB (Red+Green+Blue) = 93+52+63=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D343F is #A2CBC0. Grayscale: #414141. Windows color (decimal): -10668993 or 4142173. OLE color: 4142173.
HSL color Cylindrical-coordinate representation of color #5D343F: hue angle of 343.9º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D343F is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 52 | 63 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.64 |
| HSL | 343.9º | 0.28% | 0.28% | - |
| HSV(B) | 343.9º | 0.44% | 0.36% | - |
| XYZ | 6.64 | 5.14 | 5.35 | - |
| YUV | 65.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 52 | 63 | 0 | 0.44 | 0.32 | 0.64 | 343.9 | 0.28 | 0.28 |
| Hex | 5D | 34 | 3F | 0 | 2C | 20 | 40 | 158 | 1C | 1C |
| Octal | 135 | 64 | 77 | 0 | 54 | 40 | 100 | 530 | 34 | 34 |
| Binary | 1011101 | 110100 | 111111 | 0 | 101100 | 100000 | 1000000 | 101011000 | 11100 | 11100 |
Color Harmonies of #5D343F
Complementary color
Monochromatic Colors of #5D343F
Black with #5D343F
Text Example
Text Example
White with #5D343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D343F; }
p { color: rgb(93,52,63); }
H1.HeaderClassName
{
color: #5D343F;
}
.AnyTagClassName
{
color: #5D343F;
}
</style>
background-color css
<style>
a { background-color: #5D343F; }
a { background-color: rgb(93,52,63); }
div.DivClassName
{
background-color: #5D343F;
}
.BgClassName
{
background-color: #5D343F;
}
</style>
border-color css
<style>
span { border-color: #5D343F; }
span { border-color: rgb(93,52,63); }
td.TdClassName
{
border-color: #5D343F;
}
.TagClassName
{
border-color: #5D343F;
}
</style>