Shades of Tawny Port #5B3145
Tints of Tawny Port #5B3145
RGB
CMYK
RGB Variations
Color information
#5B3145 (or 0x5B3145) is known color: Tawny Port. HEX triplet: 5B, 31 and 45. RGB value is (91,49,69). Sum of RGB (Red+Green+Blue) = 91+49+69=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3145 is #A4CEBA. Grayscale: #3F3F3F. Windows color (decimal): -10800827 or 4534619. OLE color: 4534619.
HSL color Cylindrical-coordinate representation of color #5B3145: hue angle of 331.43º 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 #5B3145 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 49 | 69 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.64 |
| HSL | 331.43º | 0.3% | 0.27% | - |
| HSV(B) | 331.43º | 0.46% | 0.36% | - |
| XYZ | 6.49 | 4.85 | 6.22 | - |
| YUV | 63.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 49 | 69 | 0 | 0.46 | 0.24 | 0.64 | 331.43 | 0.3 | 0.27 |
| Hex | 5B | 31 | 45 | 0 | 2E | 18 | 40 | 14B | 1E | 1B |
| Octal | 133 | 61 | 105 | 0 | 56 | 30 | 100 | 513 | 36 | 33 |
| Binary | 1011011 | 110001 | 1000101 | 0 | 101110 | 11000 | 1000000 | 101001011 | 11110 | 11011 |
Color Harmonies of #5B3145
Complementary color
Monochromatic Colors of #5B3145
Black with #5B3145
Text Example
Text Example
White with #5B3145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3145; }
p { color: rgb(91,49,69); }
H1.HeaderClassName
{
color: #5B3145;
}
.AnyTagClassName
{
color: #5B3145;
}
</style>
background-color css
<style>
a { background-color: #5B3145; }
a { background-color: rgb(91,49,69); }
div.DivClassName
{
background-color: #5B3145;
}
.BgClassName
{
background-color: #5B3145;
}
</style>
border-color css
<style>
span { border-color: #5B3145; }
span { border-color: rgb(91,49,69); }
td.TdClassName
{
border-color: #5B3145;
}
.TagClassName
{
border-color: #5B3145;
}
</style>