Shades of Tawny Port #5D383F
Tints of Tawny Port #5D383F
RGB
CMYK
RGB Variations
Color information
#5D383F (or 0x5D383F) is known color: Tawny Port. HEX triplet: 5D, 38 and 3F. RGB value is (93,56,63). Sum of RGB (Red+Green+Blue) = 93+56+63=212 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.87% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 93 - color contains mainly: red. Hex color #5D383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D383F is #A2C7C0. Grayscale: #434343. Windows color (decimal): -10667969 or 4143197. OLE color: 4143197.
HSL color Cylindrical-coordinate representation of color #5D383F: hue angle of 348.65º 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 #5D383F is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 56 | 63 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.64 |
| HSL | 348.65º | 0.25% | 0.29% | - |
| HSV(B) | 348.65º | 0.4% | 0.36% | - |
| XYZ | 6.83 | 5.51 | 5.41 | - |
| YUV | 67.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 63 | 0 | 0.40 | 0.32 | 0.64 | 348.65 | 0.25 | 0.29 |
| Hex | 5D | 38 | 3F | 0 | 28 | 20 | 40 | 15D | 19 | 1D |
| Octal | 135 | 70 | 77 | 0 | 50 | 40 | 100 | 535 | 31 | 35 |
| Binary | 1011101 | 111000 | 111111 | 0 | 101000 | 100000 | 1000000 | 101011101 | 11001 | 11101 |
Color Harmonies of #5D383F
Complementary color
Monochromatic Colors of #5D383F
Black with #5D383F
Text Example
Text Example
White with #5D383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D383F; }
p { color: rgb(93,56,63); }
H1.HeaderClassName
{
color: #5D383F;
}
.AnyTagClassName
{
color: #5D383F;
}
</style>
background-color css
<style>
a { background-color: #5D383F; }
a { background-color: rgb(93,56,63); }
div.DivClassName
{
background-color: #5D383F;
}
.BgClassName
{
background-color: #5D383F;
}
</style>
border-color css
<style>
span { border-color: #5D383F; }
span { border-color: rgb(93,56,63); }
td.TdClassName
{
border-color: #5D383F;
}
.TagClassName
{
border-color: #5D383F;
}
</style>