Shades of Tawny Port #5B383F
Tints of Tawny Port #5B383F
RGB
CMYK
RGB Variations
Color information
#5B383F (or 0x5B383F) is known color: Tawny Port. HEX triplet: 5B, 38 and 3F. RGB value is (91,56,63). Sum of RGB (Red+Green+Blue) = 91+56+63=210 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.33% from 210); Green value is 56 (22.27% from 255 or 26.67% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 91 - color contains mainly: red. Hex color #5B383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B383F is #A4C7C0. Grayscale: #434343. Windows color (decimal): -10799041 or 4143195. OLE color: 4143195.
HSL color Cylindrical-coordinate representation of color #5B383F: hue angle of 348º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B383F is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 56 | 63 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.64 |
| HSL | 348º | 0.24% | 0.29% | - |
| HSV(B) | 348º | 0.38% | 0.36% | - |
| XYZ | 6.63 | 5.41 | 5.4 | - |
| YUV | 67.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 56 | 63 | 0 | 0.38 | 0.31 | 0.64 | 348 | 0.24 | 0.29 |
| Hex | 5B | 38 | 3F | 0 | 26 | 1F | 40 | 15C | 18 | 1D |
| Octal | 133 | 70 | 77 | 0 | 46 | 37 | 100 | 534 | 30 | 35 |
| Binary | 1011011 | 111000 | 111111 | 0 | 100110 | 11111 | 1000000 | 101011100 | 11000 | 11101 |
Color Harmonies of #5B383F
Complementary color
Monochromatic Colors of #5B383F
Black with #5B383F
Text Example
Text Example
White with #5B383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B383F; }
p { color: rgb(91,56,63); }
H1.HeaderClassName
{
color: #5B383F;
}
.AnyTagClassName
{
color: #5B383F;
}
</style>
background-color css
<style>
a { background-color: #5B383F; }
a { background-color: rgb(91,56,63); }
div.DivClassName
{
background-color: #5B383F;
}
.BgClassName
{
background-color: #5B383F;
}
</style>
border-color css
<style>
span { border-color: #5B383F; }
span { border-color: rgb(91,56,63); }
td.TdClassName
{
border-color: #5B383F;
}
.TagClassName
{
border-color: #5B383F;
}
</style>