Shades of Tawny Port #5A3844
Tints of Tawny Port #5A3844
RGB
CMYK
RGB Variations
Color information
#5A3844 (or 0x5A3844) is known color: Tawny Port. HEX triplet: 5A, 38 and 44. RGB value is (90,56,68). Sum of RGB (Red+Green+Blue) = 90+56+68=214 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.06% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3844 is #A5C7BB. Grayscale: #434343. Windows color (decimal): -10864572 or 4470874. OLE color: 4470874.
HSL color Cylindrical-coordinate representation of color #5A3844: hue angle of 338.82º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A3844 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 56 | 68 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.65 |
| HSL | 338.82º | 0.23% | 0.29% | - |
| HSV(B) | 338.82º | 0.38% | 0.35% | - |
| XYZ | 6.67 | 5.42 | 6.16 | - |
| YUV | 67.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 68 | 0 | 0.38 | 0.24 | 0.65 | 338.82 | 0.23 | 0.29 |
| Hex | 5A | 38 | 44 | 0 | 26 | 18 | 41 | 153 | 17 | 1D |
| Octal | 132 | 70 | 104 | 0 | 46 | 30 | 101 | 523 | 27 | 35 |
| Binary | 1011010 | 111000 | 1000100 | 0 | 100110 | 11000 | 1000001 | 101010011 | 10111 | 11101 |
Color Harmonies of #5A3844
Complementary color
Monochromatic Colors of #5A3844
Black with #5A3844
Text Example
Text Example
White with #5A3844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3844; }
p { color: rgb(90,56,68); }
H1.HeaderClassName
{
color: #5A3844;
}
.AnyTagClassName
{
color: #5A3844;
}
</style>
background-color css
<style>
a { background-color: #5A3844; }
a { background-color: rgb(90,56,68); }
div.DivClassName
{
background-color: #5A3844;
}
.BgClassName
{
background-color: #5A3844;
}
</style>
border-color css
<style>
span { border-color: #5A3844; }
span { border-color: rgb(90,56,68); }
td.TdClassName
{
border-color: #5A3844;
}
.TagClassName
{
border-color: #5A3844;
}
</style>