Shades of Tawny Port #5B3142
Tints of Tawny Port #5B3142
RGB
CMYK
RGB Variations
Color information
#5B3142 (or 0x5B3142) is known color: Tawny Port. HEX triplet: 5B, 31 and 42. RGB value is (91,49,66). Sum of RGB (Red+Green+Blue) = 91+49+66=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3142 is #A4CEBD. Grayscale: #3F3F3F. Windows color (decimal): -10800830 or 4338011. OLE color: 4338011.
HSL color Cylindrical-coordinate representation of color #5B3142: hue angle of 335.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5B3142 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 66 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.64 |
| HSL | 335.71º | 0.3% | 0.27% | - |
| HSV(B) | 335.71º | 0.46% | 0.36% | - |
| XYZ | 6.4 | 4.81 | 5.75 | - |
| YUV | 63.5 | 129.41 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 66 | 0 | 0.46 | 0.27 | 0.64 | 335.71 | 0.3 | 0.27 |
| Hex | 5B | 31 | 42 | 0 | 2E | 1B | 40 | 150 | 1E | 1B |
| Octal | 133 | 61 | 102 | 0 | 56 | 33 | 100 | 520 | 36 | 33 |
| Binary | 1011011 | 110001 | 1000010 | 0 | 101110 | 11011 | 1000000 | 101010000 | 11110 | 11011 |
Color Harmonies of #5B3142
Complementary color
Monochromatic Colors of #5B3142
Black with #5B3142
Text Example
Text Example
White with #5B3142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3142; }
p { color: rgb(91,49,66); }
H1.HeaderClassName
{
color: #5B3142;
}
.AnyTagClassName
{
color: #5B3142;
}
</style>
background-color css
<style>
a { background-color: #5B3142; }
a { background-color: rgb(91,49,66); }
div.DivClassName
{
background-color: #5B3142;
}
.BgClassName
{
background-color: #5B3142;
}
</style>
border-color css
<style>
span { border-color: #5B3142; }
span { border-color: rgb(91,49,66); }
td.TdClassName
{
border-color: #5B3142;
}
.TagClassName
{
border-color: #5B3142;
}
</style>