Shades of Tawny Port #5D394B
Tints of Tawny Port #5D394B
RGB
CMYK
RGB Variations
Color information
#5D394B (or 0x5D394B) is known color: Tawny Port. HEX triplet: 5D, 39 and 4B. RGB value is (93,57,75). Sum of RGB (Red+Green+Blue) = 93+57+75=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 93 - color contains mainly: red. Hex color #5D394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D394B is #A2C6B4. Grayscale: #454545. Windows color (decimal): -10667701 or 4929885. OLE color: 4929885.
HSL color Cylindrical-coordinate representation of color #5D394B: hue angle of 330º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D394B is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 57 | 75 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.64 |
| HSL | 330º | 0.24% | 0.29% | - |
| HSV(B) | 330º | 0.39% | 0.36% | - |
| XYZ | 7.25 | 5.76 | 7.39 | - |
| YUV | 69.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 57 | 75 | 0 | 0.39 | 0.19 | 0.64 | 330 | 0.24 | 0.29 |
| Hex | 5D | 39 | 4B | 0 | 27 | 13 | 40 | 14A | 18 | 1D |
| Octal | 135 | 71 | 113 | 0 | 47 | 23 | 100 | 512 | 30 | 35 |
| Binary | 1011101 | 111001 | 1001011 | 0 | 100111 | 10011 | 1000000 | 101001010 | 11000 | 11101 |
Color Harmonies of #5D394B
Complementary color
Monochromatic Colors of #5D394B
Black with #5D394B
Text Example
Text Example
White with #5D394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D394B; }
p { color: rgb(93,57,75); }
H1.HeaderClassName
{
color: #5D394B;
}
.AnyTagClassName
{
color: #5D394B;
}
</style>
background-color css
<style>
a { background-color: #5D394B; }
a { background-color: rgb(93,57,75); }
div.DivClassName
{
background-color: #5D394B;
}
.BgClassName
{
background-color: #5D394B;
}
</style>
border-color css
<style>
span { border-color: #5D394B; }
span { border-color: rgb(93,57,75); }
td.TdClassName
{
border-color: #5D394B;
}
.TagClassName
{
border-color: #5D394B;
}
</style>