Shades of Tawny Port #5D334C
Tints of Tawny Port #5D334C
RGB
CMYK
RGB Variations
Color information
#5D334C (or 0x5D334C) is known color: Tawny Port. HEX triplet: 5D, 33 and 4C. RGB value is (93,51,76). Sum of RGB (Red+Green+Blue) = 93+51+76=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 93 - color contains mainly: red. Hex color #5D334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D334C is #A2CCB3. Grayscale: #424242. Windows color (decimal): -10669236 or 4993885. OLE color: 4993885.
HSL color Cylindrical-coordinate representation of color #5D334C: hue angle of 324.29º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D334C is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 51 | 76 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.64 |
| HSL | 324.29º | 0.29% | 0.28% | - |
| HSV(B) | 324.29º | 0.45% | 0.36% | - |
| XYZ | 7 | 5.22 | 7.48 | - |
| YUV | 66.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 51 | 76 | 0 | 0.45 | 0.18 | 0.64 | 324.29 | 0.29 | 0.28 |
| Hex | 5D | 33 | 4C | 0 | 2D | 12 | 40 | 144 | 1D | 1C |
| Octal | 135 | 63 | 114 | 0 | 55 | 22 | 100 | 504 | 35 | 34 |
| Binary | 1011101 | 110011 | 1001100 | 0 | 101101 | 10010 | 1000000 | 101000100 | 11101 | 11100 |
Color Harmonies of #5D334C
Complementary color
Monochromatic Colors of #5D334C
Black with #5D334C
Text Example
Text Example
White with #5D334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D334C; }
p { color: rgb(93,51,76); }
H1.HeaderClassName
{
color: #5D334C;
}
.AnyTagClassName
{
color: #5D334C;
}
</style>
background-color css
<style>
a { background-color: #5D334C; }
a { background-color: rgb(93,51,76); }
div.DivClassName
{
background-color: #5D334C;
}
.BgClassName
{
background-color: #5D334C;
}
</style>
border-color css
<style>
span { border-color: #5D334C; }
span { border-color: rgb(93,51,76); }
td.TdClassName
{
border-color: #5D334C;
}
.TagClassName
{
border-color: #5D334C;
}
</style>