Shades of Tawny Port #5B333F
Tints of Tawny Port #5B333F
RGB
CMYK
RGB Variations
Color information
#5B333F (or 0x5B333F) is known color: Tawny Port. HEX triplet: 5B, 33 and 3F. RGB value is (91,51,63). Sum of RGB (Red+Green+Blue) = 91+51+63=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 91 - color contains mainly: red. Hex color #5B333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B333F is #A4CCC0. Grayscale: #404040. Windows color (decimal): -10800321 or 4141915. OLE color: 4141915.
HSL color Cylindrical-coordinate representation of color #5B333F: hue angle of 342º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B333F is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 63 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.64 |
| HSL | 342º | 0.28% | 0.28% | - |
| HSV(B) | 342º | 0.44% | 0.36% | - |
| XYZ | 6.4 | 4.95 | 5.32 | - |
| YUV | 64.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 63 | 0 | 0.44 | 0.31 | 0.64 | 342 | 0.28 | 0.28 |
| Hex | 5B | 33 | 3F | 0 | 2C | 1F | 40 | 156 | 1C | 1C |
| Octal | 133 | 63 | 77 | 0 | 54 | 37 | 100 | 526 | 34 | 34 |
| Binary | 1011011 | 110011 | 111111 | 0 | 101100 | 11111 | 1000000 | 101010110 | 11100 | 11100 |
Color Harmonies of #5B333F
Complementary color
Monochromatic Colors of #5B333F
Black with #5B333F
Text Example
Text Example
White with #5B333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B333F; }
p { color: rgb(91,51,63); }
H1.HeaderClassName
{
color: #5B333F;
}
.AnyTagClassName
{
color: #5B333F;
}
</style>
background-color css
<style>
a { background-color: #5B333F; }
a { background-color: rgb(91,51,63); }
div.DivClassName
{
background-color: #5B333F;
}
.BgClassName
{
background-color: #5B333F;
}
</style>
border-color css
<style>
span { border-color: #5B333F; }
span { border-color: rgb(91,51,63); }
td.TdClassName
{
border-color: #5B333F;
}
.TagClassName
{
border-color: #5B333F;
}
</style>