Shades of Tawny Port #5B3B42
Tints of Tawny Port #5B3B42
RGB
CMYK
RGB Variations
Color information
#5B3B42 (or 0x5B3B42) is known color: Tawny Port. HEX triplet: 5B, 3B and 42. RGB value is (91,59,66). Sum of RGB (Red+Green+Blue) = 91+59+66=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 59 (23.44% from 255 or 27.31% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B42 is #A4C4BD. Grayscale: #454545. Windows color (decimal): -10798270 or 4340571. OLE color: 4340571.
HSL color Cylindrical-coordinate representation of color #5B3B42: hue angle of 346.88º 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 #5B3B42 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 59 | 66 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.64 |
| HSL | 346.88º | 0.21% | 0.29% | - |
| HSV(B) | 346.88º | 0.35% | 0.36% | - |
| XYZ | 6.86 | 5.75 | 5.9 | - |
| YUV | 69.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 66 | 0 | 0.35 | 0.27 | 0.64 | 346.88 | 0.21 | 0.29 |
| Hex | 5B | 3B | 42 | 0 | 23 | 1B | 40 | 15B | 15 | 1D |
| Octal | 133 | 73 | 102 | 0 | 43 | 33 | 100 | 533 | 25 | 35 |
| Binary | 1011011 | 111011 | 1000010 | 0 | 100011 | 11011 | 1000000 | 101011011 | 10101 | 11101 |
Color Harmonies of #5B3B42
Complementary color
Monochromatic Colors of #5B3B42
Black with #5B3B42
Text Example
Text Example
White with #5B3B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B42; }
p { color: rgb(91,59,66); }
H1.HeaderClassName
{
color: #5B3B42;
}
.AnyTagClassName
{
color: #5B3B42;
}
</style>
background-color css
<style>
a { background-color: #5B3B42; }
a { background-color: rgb(91,59,66); }
div.DivClassName
{
background-color: #5B3B42;
}
.BgClassName
{
background-color: #5B3B42;
}
</style>
border-color css
<style>
span { border-color: #5B3B42; }
span { border-color: rgb(91,59,66); }
td.TdClassName
{
border-color: #5B3B42;
}
.TagClassName
{
border-color: #5B3B42;
}
</style>