Shades of Tawny Port #5B374B
Tints of Tawny Port #5B374B
RGB
CMYK
RGB Variations
Color information
#5B374B (or 0x5B374B) is known color: Tawny Port. HEX triplet: 5B, 37 and 4B. RGB value is (91,55,75). Sum of RGB (Red+Green+Blue) = 91+55+75=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 91 - color contains mainly: red. Hex color #5B374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B374B is #A4C8B4. Grayscale: #444444. Windows color (decimal): -10799285 or 4929371. OLE color: 4929371.
HSL color Cylindrical-coordinate representation of color #5B374B: hue angle of 326.67º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B374B is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 55 | 75 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.64 |
| HSL | 326.67º | 0.25% | 0.29% | - |
| HSV(B) | 326.67º | 0.4% | 0.36% | - |
| XYZ | 6.95 | 5.46 | 7.35 | - |
| YUV | 68.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 55 | 75 | 0 | 0.40 | 0.18 | 0.64 | 326.67 | 0.25 | 0.29 |
| Hex | 5B | 37 | 4B | 0 | 28 | 12 | 40 | 147 | 19 | 1D |
| Octal | 133 | 67 | 113 | 0 | 50 | 22 | 100 | 507 | 31 | 35 |
| Binary | 1011011 | 110111 | 1001011 | 0 | 101000 | 10010 | 1000000 | 101000111 | 11001 | 11101 |
Color Harmonies of #5B374B
Complementary color
Monochromatic Colors of #5B374B
Black with #5B374B
Text Example
Text Example
White with #5B374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B374B; }
p { color: rgb(91,55,75); }
H1.HeaderClassName
{
color: #5B374B;
}
.AnyTagClassName
{
color: #5B374B;
}
</style>
background-color css
<style>
a { background-color: #5B374B; }
a { background-color: rgb(91,55,75); }
div.DivClassName
{
background-color: #5B374B;
}
.BgClassName
{
background-color: #5B374B;
}
</style>
border-color css
<style>
span { border-color: #5B374B; }
span { border-color: rgb(91,55,75); }
td.TdClassName
{
border-color: #5B374B;
}
.TagClassName
{
border-color: #5B374B;
}
</style>