Shades of Tawny Port #5D2E45
Tints of Tawny Port #5D2E45
RGB
CMYK
RGB Variations
Color information
#5D2E45 (or 0x5D2E45) is known color: Tawny Port. HEX triplet: 5D, 2E and 45. RGB value is (93,46,69). Sum of RGB (Red+Green+Blue) = 93+46+69=208 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.71% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 69 (27.34% from 255 or 33.17% from 208); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2E45 is #A2D1BA. Grayscale: #3E3E3E. Windows color (decimal): -10670523 or 4533853. OLE color: 4533853.
HSL color Cylindrical-coordinate representation of color #5D2E45: hue angle of 330.64º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D2E45 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 46 | 69 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.64 |
| HSL | 330.64º | 0.34% | 0.27% | - |
| HSV(B) | 330.64º | 0.51% | 0.36% | - |
| XYZ | 6.57 | 4.71 | 6.19 | - |
| YUV | 62.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 46 | 69 | 0 | 0.51 | 0.26 | 0.64 | 330.64 | 0.34 | 0.27 |
| Hex | 5D | 2E | 45 | 0 | 33 | 1A | 40 | 14B | 22 | 1B |
| Octal | 135 | 56 | 105 | 0 | 63 | 32 | 100 | 513 | 42 | 33 |
| Binary | 1011101 | 101110 | 1000101 | 0 | 110011 | 11010 | 1000000 | 101001011 | 100010 | 11011 |
Color Harmonies of #5D2E45
Complementary color
Monochromatic Colors of #5D2E45
Black with #5D2E45
Text Example
Text Example
White with #5D2E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2E45; }
p { color: rgb(93,46,69); }
H1.HeaderClassName
{
color: #5D2E45;
}
.AnyTagClassName
{
color: #5D2E45;
}
</style>
background-color css
<style>
a { background-color: #5D2E45; }
a { background-color: rgb(93,46,69); }
div.DivClassName
{
background-color: #5D2E45;
}
.BgClassName
{
background-color: #5D2E45;
}
</style>
border-color css
<style>
span { border-color: #5D2E45; }
span { border-color: rgb(93,46,69); }
td.TdClassName
{
border-color: #5D2E45;
}
.TagClassName
{
border-color: #5D2E45;
}
</style>