Shades of Tawny Port #5B3D4A
Tints of Tawny Port #5B3D4A
RGB
CMYK
RGB Variations
Color information
#5B3D4A (or 0x5B3D4A) is known color: Tawny Port. HEX triplet: 5B, 3D and 4A. RGB value is (91,61,74). Sum of RGB (Red+Green+Blue) = 91+61+74=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3D4A is #A4C2B5. Grayscale: #474747. Windows color (decimal): -10797750 or 4865371. OLE color: 4865371.
HSL color Cylindrical-coordinate representation of color #5B3D4A: hue angle of 334º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B3D4A is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 61 | 74 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.64 |
| HSL | 334º | 0.2% | 0.3% | - |
| HSV(B) | 334º | 0.33% | 0.36% | - |
| XYZ | 7.22 | 6.06 | 7.27 | - |
| YUV | 71.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 74 | 0 | 0.33 | 0.19 | 0.64 | 334 | 0.2 | 0.3 |
| Hex | 5B | 3D | 4A | 0 | 21 | 13 | 40 | 14E | 14 | 1E |
| Octal | 133 | 75 | 112 | 0 | 41 | 23 | 100 | 516 | 24 | 36 |
| Binary | 1011011 | 111101 | 1001010 | 0 | 100001 | 10011 | 1000000 | 101001110 | 10100 | 11110 |
Color Harmonies of #5B3D4A
Complementary color
Monochromatic Colors of #5B3D4A
Black with #5B3D4A
Text Example
Text Example
White with #5B3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3D4A; }
p { color: rgb(91,61,74); }
H1.HeaderClassName
{
color: #5B3D4A;
}
.AnyTagClassName
{
color: #5B3D4A;
}
</style>
background-color css
<style>
a { background-color: #5B3D4A; }
a { background-color: rgb(91,61,74); }
div.DivClassName
{
background-color: #5B3D4A;
}
.BgClassName
{
background-color: #5B3D4A;
}
</style>
border-color css
<style>
span { border-color: #5B3D4A; }
span { border-color: rgb(91,61,74); }
td.TdClassName
{
border-color: #5B3D4A;
}
.TagClassName
{
border-color: #5B3D4A;
}
</style>