Shades of Tawny Port #5B3B45
Tints of Tawny Port #5B3B45
RGB
CMYK
RGB Variations
Color information
#5B3B45 (or 0x5B3B45) is known color: Tawny Port. HEX triplet: 5B, 3B and 45. RGB value is (91,59,69). Sum of RGB (Red+Green+Blue) = 91+59+69=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 59 (23.44% from 255 or 26.94% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B45 is #A4C4BA. Grayscale: #454545. Windows color (decimal): -10798267 or 4537179. OLE color: 4537179.
HSL color Cylindrical-coordinate representation of color #5B3B45: hue angle of 341.25º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5B3B45 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 59 | 69 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.64 |
| HSL | 341.25º | 0.21% | 0.29% | - |
| HSV(B) | 341.25º | 0.35% | 0.36% | - |
| XYZ | 6.95 | 5.78 | 6.38 | - |
| YUV | 69.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 69 | 0 | 0.35 | 0.24 | 0.64 | 341.25 | 0.21 | 0.29 |
| Hex | 5B | 3B | 45 | 0 | 23 | 18 | 40 | 155 | 15 | 1D |
| Octal | 133 | 73 | 105 | 0 | 43 | 30 | 100 | 525 | 25 | 35 |
| Binary | 1011011 | 111011 | 1000101 | 0 | 100011 | 11000 | 1000000 | 101010101 | 10101 | 11101 |
Color Harmonies of #5B3B45
Complementary color
Monochromatic Colors of #5B3B45
Black with #5B3B45
Text Example
Text Example
White with #5B3B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B45; }
p { color: rgb(91,59,69); }
H1.HeaderClassName
{
color: #5B3B45;
}
.AnyTagClassName
{
color: #5B3B45;
}
</style>
background-color css
<style>
a { background-color: #5B3B45; }
a { background-color: rgb(91,59,69); }
div.DivClassName
{
background-color: #5B3B45;
}
.BgClassName
{
background-color: #5B3B45;
}
</style>
border-color css
<style>
span { border-color: #5B3B45; }
span { border-color: rgb(91,59,69); }
td.TdClassName
{
border-color: #5B3B45;
}
.TagClassName
{
border-color: #5B3B45;
}
</style>