Shades of Tawny Port #5B3D42
Tints of Tawny Port #5B3D42
RGB
CMYK
RGB Variations
Color information
#5B3D42 (or 0x5B3D42) is known color: Tawny Port. HEX triplet: 5B, 3D and 42. RGB value is (91,61,66). Sum of RGB (Red+Green+Blue) = 91+61+66=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3D42 is #A4C2BD. Grayscale: #464646. Windows color (decimal): -10797758 or 4341083. OLE color: 4341083.
HSL color Cylindrical-coordinate representation of color #5B3D42: hue angle of 350º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B3D42 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 61 | 66 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.64 |
| HSL | 350º | 0.2% | 0.3% | - |
| HSV(B) | 350º | 0.33% | 0.36% | - |
| XYZ | 6.97 | 5.95 | 5.94 | - |
| YUV | 70.54 | 125.44 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 66 | 0 | 0.33 | 0.27 | 0.64 | 350 | 0.2 | 0.3 |
| Hex | 5B | 3D | 42 | 0 | 21 | 1B | 40 | 15E | 14 | 1E |
| Octal | 133 | 75 | 102 | 0 | 41 | 33 | 100 | 536 | 24 | 36 |
| Binary | 1011011 | 111101 | 1000010 | 0 | 100001 | 11011 | 1000000 | 101011110 | 10100 | 11110 |
Color Harmonies of #5B3D42
Complementary color
Monochromatic Colors of #5B3D42
Black with #5B3D42
Text Example
Text Example
White with #5B3D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3D42; }
p { color: rgb(91,61,66); }
H1.HeaderClassName
{
color: #5B3D42;
}
.AnyTagClassName
{
color: #5B3D42;
}
</style>
background-color css
<style>
a { background-color: #5B3D42; }
a { background-color: rgb(91,61,66); }
div.DivClassName
{
background-color: #5B3D42;
}
.BgClassName
{
background-color: #5B3D42;
}
</style>
border-color css
<style>
span { border-color: #5B3D42; }
span { border-color: rgb(91,61,66); }
td.TdClassName
{
border-color: #5B3D42;
}
.TagClassName
{
border-color: #5B3D42;
}
</style>