Shades of Tawny Port #5D364A
Tints of Tawny Port #5D364A
RGB
CMYK
RGB Variations
Color information
#5D364A (or 0x5D364A) is known color: Tawny Port. HEX triplet: 5D, 36 and 4A. RGB value is (93,54,74). Sum of RGB (Red+Green+Blue) = 93+54+74=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D364A is #A2C9B5. Grayscale: #434343. Windows color (decimal): -10668470 or 4863581. OLE color: 4863581.
HSL color Cylindrical-coordinate representation of color #5D364A: hue angle of 329.23º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D364A is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 54 | 74 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.64 |
| HSL | 329.23º | 0.27% | 0.29% | - |
| HSV(B) | 329.23º | 0.42% | 0.36% | - |
| XYZ | 7.07 | 5.46 | 7.16 | - |
| YUV | 67.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 54 | 74 | 0 | 0.42 | 0.20 | 0.64 | 329.23 | 0.27 | 0.29 |
| Hex | 5D | 36 | 4A | 0 | 2A | 14 | 40 | 149 | 1B | 1D |
| Octal | 135 | 66 | 112 | 0 | 52 | 24 | 100 | 511 | 33 | 35 |
| Binary | 1011101 | 110110 | 1001010 | 0 | 101010 | 10100 | 1000000 | 101001001 | 11011 | 11101 |
Color Harmonies of #5D364A
Complementary color
Monochromatic Colors of #5D364A
Black with #5D364A
Text Example
Text Example
White with #5D364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D364A; }
p { color: rgb(93,54,74); }
H1.HeaderClassName
{
color: #5D364A;
}
.AnyTagClassName
{
color: #5D364A;
}
</style>
background-color css
<style>
a { background-color: #5D364A; }
a { background-color: rgb(93,54,74); }
div.DivClassName
{
background-color: #5D364A;
}
.BgClassName
{
background-color: #5D364A;
}
</style>
border-color css
<style>
span { border-color: #5D364A; }
span { border-color: rgb(93,54,74); }
td.TdClassName
{
border-color: #5D364A;
}
.TagClassName
{
border-color: #5D364A;
}
</style>