Shades of Tawny Port #5D3A3F
Tints of Tawny Port #5D3A3F
RGB
CMYK
RGB Variations
Color information
#5D3A3F (or 0x5D3A3F) is known color: Tawny Port. HEX triplet: 5D, 3A and 3F. RGB value is (93,58,63). Sum of RGB (Red+Green+Blue) = 93+58+63=214 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.46% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3A3F is #A2C5C0. Grayscale: #454545. Windows color (decimal): -10667457 or 4143709. OLE color: 4143709.
HSL color Cylindrical-coordinate representation of color #5D3A3F: hue angle of 351.43º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D3A3F is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 58 | 63 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.64 |
| HSL | 351.43º | 0.23% | 0.3% | - |
| HSV(B) | 351.43º | 0.38% | 0.36% | - |
| XYZ | 6.92 | 5.71 | 5.44 | - |
| YUV | 69.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 63 | 0 | 0.38 | 0.32 | 0.64 | 351.43 | 0.23 | 0.3 |
| Hex | 5D | 3A | 3F | 0 | 26 | 20 | 40 | 15F | 17 | 1E |
| Octal | 135 | 72 | 77 | 0 | 46 | 40 | 100 | 537 | 27 | 36 |
| Binary | 1011101 | 111010 | 111111 | 0 | 100110 | 100000 | 1000000 | 101011111 | 10111 | 11110 |
Color Harmonies of #5D3A3F
Complementary color
Monochromatic Colors of #5D3A3F
Black with #5D3A3F
Text Example
Text Example
White with #5D3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3A3F; }
p { color: rgb(93,58,63); }
H1.HeaderClassName
{
color: #5D3A3F;
}
.AnyTagClassName
{
color: #5D3A3F;
}
</style>
background-color css
<style>
a { background-color: #5D3A3F; }
a { background-color: rgb(93,58,63); }
div.DivClassName
{
background-color: #5D3A3F;
}
.BgClassName
{
background-color: #5D3A3F;
}
</style>
border-color css
<style>
span { border-color: #5D3A3F; }
span { border-color: rgb(93,58,63); }
td.TdClassName
{
border-color: #5D3A3F;
}
.TagClassName
{
border-color: #5D3A3F;
}
</style>