Shades of Tawny Port #5D3248
Tints of Tawny Port #5D3248
RGB
CMYK
RGB Variations
Color information
#5D3248 (or 0x5D3248) is known color: Tawny Port. HEX triplet: 5D, 32 and 48. RGB value is (93,50,72). Sum of RGB (Red+Green+Blue) = 93+50+72=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3248 is #A2CDB7. Grayscale: #414141. Windows color (decimal): -10669496 or 4731485. OLE color: 4731485.
HSL color Cylindrical-coordinate representation of color #5D3248: hue angle of 329.3º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D3248 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 50 | 72 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.64 |
| HSL | 329.3º | 0.3% | 0.28% | - |
| HSV(B) | 329.3º | 0.46% | 0.36% | - |
| XYZ | 6.82 | 5.08 | 6.75 | - |
| YUV | 65.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 50 | 72 | 0 | 0.46 | 0.23 | 0.64 | 329.3 | 0.3 | 0.28 |
| Hex | 5D | 32 | 48 | 0 | 2E | 17 | 40 | 149 | 1E | 1C |
| Octal | 135 | 62 | 110 | 0 | 56 | 27 | 100 | 511 | 36 | 34 |
| Binary | 1011101 | 110010 | 1001000 | 0 | 101110 | 10111 | 1000000 | 101001001 | 11110 | 11100 |
Color Harmonies of #5D3248
Complementary color
Monochromatic Colors of #5D3248
Black with #5D3248
Text Example
Text Example
White with #5D3248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3248; }
p { color: rgb(93,50,72); }
H1.HeaderClassName
{
color: #5D3248;
}
.AnyTagClassName
{
color: #5D3248;
}
</style>
background-color css
<style>
a { background-color: #5D3248; }
a { background-color: rgb(93,50,72); }
div.DivClassName
{
background-color: #5D3248;
}
.BgClassName
{
background-color: #5D3248;
}
</style>
border-color css
<style>
span { border-color: #5D3248; }
span { border-color: rgb(93,50,72); }
td.TdClassName
{
border-color: #5D3248;
}
.TagClassName
{
border-color: #5D3248;
}
</style>