Shades of Tawny Port #5D3E4C
Tints of Tawny Port #5D3E4C
RGB
CMYK
RGB Variations
Color information
#5D3E4C (or 0x5D3E4C) is known color: Tawny Port. HEX triplet: 5D, 3E and 4C. RGB value is (93,62,76). Sum of RGB (Red+Green+Blue) = 93+62+76=231 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.26% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3E4C is #A2C1B3. Grayscale: #484848. Windows color (decimal): -10666420 or 4996701. OLE color: 4996701.
HSL color Cylindrical-coordinate representation of color #5D3E4C: hue angle of 332.9º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5D3E4C is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 62 | 76 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.64 |
| HSL | 332.9º | 0.2% | 0.3% | - |
| HSV(B) | 332.9º | 0.33% | 0.36% | - |
| XYZ | 7.54 | 6.29 | 7.65 | - |
| YUV | 72.87 | 129.77 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 62 | 76 | 0 | 0.33 | 0.18 | 0.64 | 332.9 | 0.2 | 0.3 |
| Hex | 5D | 3E | 4C | 0 | 21 | 12 | 40 | 14D | 14 | 1E |
| Octal | 135 | 76 | 114 | 0 | 41 | 22 | 100 | 515 | 24 | 36 |
| Binary | 1011101 | 111110 | 1001100 | 0 | 100001 | 10010 | 1000000 | 101001101 | 10100 | 11110 |
Color Harmonies of #5D3E4C
Complementary color
Monochromatic Colors of #5D3E4C
Black with #5D3E4C
Text Example
Text Example
White with #5D3E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3E4C; }
p { color: rgb(93,62,76); }
H1.HeaderClassName
{
color: #5D3E4C;
}
.AnyTagClassName
{
color: #5D3E4C;
}
</style>
background-color css
<style>
a { background-color: #5D3E4C; }
a { background-color: rgb(93,62,76); }
div.DivClassName
{
background-color: #5D3E4C;
}
.BgClassName
{
background-color: #5D3E4C;
}
</style>
border-color css
<style>
span { border-color: #5D3E4C; }
span { border-color: rgb(93,62,76); }
td.TdClassName
{
border-color: #5D3E4C;
}
.TagClassName
{
border-color: #5D3E4C;
}
</style>