Shades of Tawny Port #5A3D44
Tints of Tawny Port #5A3D44
RGB
CMYK
RGB Variations
Color information
#5A3D44 (or 0x5A3D44) is known color: Tawny Port. HEX triplet: 5A, 3D and 44. RGB value is (90,61,68). Sum of RGB (Red+Green+Blue) = 90+61+68=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3D44 is #A5C2BB. Grayscale: #464646. Windows color (decimal): -10863292 or 4472154. OLE color: 4472154.
HSL color Cylindrical-coordinate representation of color #5A3D44: hue angle of 345.52º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A3D44 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 61 | 68 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.65 |
| HSL | 345.52º | 0.19% | 0.3% | - |
| HSV(B) | 345.52º | 0.32% | 0.35% | - |
| XYZ | 6.93 | 5.93 | 6.25 | - |
| YUV | 70.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 61 | 68 | 0 | 0.32 | 0.24 | 0.65 | 345.52 | 0.19 | 0.3 |
| Hex | 5A | 3D | 44 | 0 | 20 | 18 | 41 | 15A | 13 | 1E |
| Octal | 132 | 75 | 104 | 0 | 40 | 30 | 101 | 532 | 23 | 36 |
| Binary | 1011010 | 111101 | 1000100 | 0 | 100000 | 11000 | 1000001 | 101011010 | 10011 | 11110 |
Color Harmonies of #5A3D44
Complementary color
Monochromatic Colors of #5A3D44
Black with #5A3D44
Text Example
Text Example
White with #5A3D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3D44; }
p { color: rgb(90,61,68); }
H1.HeaderClassName
{
color: #5A3D44;
}
.AnyTagClassName
{
color: #5A3D44;
}
</style>
background-color css
<style>
a { background-color: #5A3D44; }
a { background-color: rgb(90,61,68); }
div.DivClassName
{
background-color: #5A3D44;
}
.BgClassName
{
background-color: #5A3D44;
}
</style>
border-color css
<style>
span { border-color: #5A3D44; }
span { border-color: rgb(90,61,68); }
td.TdClassName
{
border-color: #5A3D44;
}
.TagClassName
{
border-color: #5A3D44;
}
</style>