Shades of Tawny Port #5B394B
Tints of Tawny Port #5B394B
RGB
CMYK
RGB Variations
Color information
#5B394B (or 0x5B394B) is known color: Tawny Port. HEX triplet: 5B, 39 and 4B. RGB value is (91,57,75). Sum of RGB (Red+Green+Blue) = 91+57+75=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 91 - color contains mainly: red. Hex color #5B394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B394B is #A4C6B4. Grayscale: #454545. Windows color (decimal): -10798773 or 4929883. OLE color: 4929883.
HSL color Cylindrical-coordinate representation of color #5B394B: hue angle of 328.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B394B is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 57 | 75 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.64 |
| HSL | 328.24º | 0.23% | 0.29% | - |
| HSV(B) | 328.24º | 0.37% | 0.36% | - |
| XYZ | 7.05 | 5.66 | 7.38 | - |
| YUV | 69.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 57 | 75 | 0 | 0.37 | 0.18 | 0.64 | 328.24 | 0.23 | 0.29 |
| Hex | 5B | 39 | 4B | 0 | 25 | 12 | 40 | 148 | 17 | 1D |
| Octal | 133 | 71 | 113 | 0 | 45 | 22 | 100 | 510 | 27 | 35 |
| Binary | 1011011 | 111001 | 1001011 | 0 | 100101 | 10010 | 1000000 | 101001000 | 10111 | 11101 |
Color Harmonies of #5B394B
Complementary color
Monochromatic Colors of #5B394B
Black with #5B394B
Text Example
Text Example
White with #5B394B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B394B; }
p { color: rgb(91,57,75); }
H1.HeaderClassName
{
color: #5B394B;
}
.AnyTagClassName
{
color: #5B394B;
}
</style>
background-color css
<style>
a { background-color: #5B394B; }
a { background-color: rgb(91,57,75); }
div.DivClassName
{
background-color: #5B394B;
}
.BgClassName
{
background-color: #5B394B;
}
</style>
border-color css
<style>
span { border-color: #5B394B; }
span { border-color: rgb(91,57,75); }
td.TdClassName
{
border-color: #5B394B;
}
.TagClassName
{
border-color: #5B394B;
}
</style>