Shades of Tawny Port #5D384B
Tints of Tawny Port #5D384B
RGB
CMYK
RGB Variations
Color information
#5D384B (or 0x5D384B) is known color: Tawny Port. HEX triplet: 5D, 38 and 4B. RGB value is (93,56,75). Sum of RGB (Red+Green+Blue) = 93+56+75=224 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.52% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 93 - color contains mainly: red. Hex color #5D384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D384B is #A2C7B4. Grayscale: #454545. Windows color (decimal): -10667957 or 4929629. OLE color: 4929629.
HSL color Cylindrical-coordinate representation of color #5D384B: hue angle of 329.19º 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 #5D384B is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 56 | 75 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.64 |
| HSL | 329.19º | 0.25% | 0.29% | - |
| HSV(B) | 329.19º | 0.4% | 0.36% | - |
| XYZ | 7.2 | 5.66 | 7.37 | - |
| YUV | 69.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 56 | 75 | 0 | 0.40 | 0.19 | 0.64 | 329.19 | 0.25 | 0.29 |
| Hex | 5D | 38 | 4B | 0 | 28 | 13 | 40 | 149 | 19 | 1D |
| Octal | 135 | 70 | 113 | 0 | 50 | 23 | 100 | 511 | 31 | 35 |
| Binary | 1011101 | 111000 | 1001011 | 0 | 101000 | 10011 | 1000000 | 101001001 | 11001 | 11101 |
Color Harmonies of #5D384B
Complementary color
Monochromatic Colors of #5D384B
Black with #5D384B
Text Example
Text Example
White with #5D384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D384B; }
p { color: rgb(93,56,75); }
H1.HeaderClassName
{
color: #5D384B;
}
.AnyTagClassName
{
color: #5D384B;
}
</style>
background-color css
<style>
a { background-color: #5D384B; }
a { background-color: rgb(93,56,75); }
div.DivClassName
{
background-color: #5D384B;
}
.BgClassName
{
background-color: #5D384B;
}
</style>
border-color css
<style>
span { border-color: #5D384B; }
span { border-color: rgb(93,56,75); }
td.TdClassName
{
border-color: #5D384B;
}
.TagClassName
{
border-color: #5D384B;
}
</style>