Shades of Tawny Port #5A3B42
Tints of Tawny Port #5A3B42
RGB
CMYK
RGB Variations
Color information
#5A3B42 (or 0x5A3B42) is known color: Tawny Port. HEX triplet: 5A, 3B and 42. RGB value is (90,59,66). Sum of RGB (Red+Green+Blue) = 90+59+66=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3B42 is #A5C4BD. Grayscale: #454545. Windows color (decimal): -10863806 or 4340570. OLE color: 4340570.
HSL color Cylindrical-coordinate representation of color #5A3B42: hue angle of 346.45º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A3B42 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 59 | 66 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.65 |
| HSL | 346.45º | 0.21% | 0.29% | - |
| HSV(B) | 346.45º | 0.34% | 0.35% | - |
| XYZ | 6.76 | 5.69 | 5.9 | - |
| YUV | 69.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 59 | 66 | 0 | 0.34 | 0.27 | 0.65 | 346.45 | 0.21 | 0.29 |
| Hex | 5A | 3B | 42 | 0 | 22 | 1B | 41 | 15A | 15 | 1D |
| Octal | 132 | 73 | 102 | 0 | 42 | 33 | 101 | 532 | 25 | 35 |
| Binary | 1011010 | 111011 | 1000010 | 0 | 100010 | 11011 | 1000001 | 101011010 | 10101 | 11101 |
Color Harmonies of #5A3B42
Complementary color
Monochromatic Colors of #5A3B42
Black with #5A3B42
Text Example
Text Example
White with #5A3B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3B42; }
p { color: rgb(90,59,66); }
H1.HeaderClassName
{
color: #5A3B42;
}
.AnyTagClassName
{
color: #5A3B42;
}
</style>
background-color css
<style>
a { background-color: #5A3B42; }
a { background-color: rgb(90,59,66); }
div.DivClassName
{
background-color: #5A3B42;
}
.BgClassName
{
background-color: #5A3B42;
}
</style>
border-color css
<style>
span { border-color: #5A3B42; }
span { border-color: rgb(90,59,66); }
td.TdClassName
{
border-color: #5A3B42;
}
.TagClassName
{
border-color: #5A3B42;
}
</style>