Shades of Tawny Port #5F3741
Tints of Tawny Port #5F3741
RGB
CMYK
RGB Variations
Color information
#5F3741 (or 0x5F3741) is known color: Tawny Port. HEX triplet: 5F, 37 and 41. RGB value is (95,55,65). Sum of RGB (Red+Green+Blue) = 95+55+65=215 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.19% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3741 is #A0C8BE. Grayscale: #444444. Windows color (decimal): -10537151 or 4274015. OLE color: 4274015.
HSL color Cylindrical-coordinate representation of color #5F3741: hue angle of 345º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F3741 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 55 | 65 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.63 |
| HSL | 345º | 0.27% | 0.29% | - |
| HSV(B) | 345º | 0.42% | 0.37% | - |
| XYZ | 7.04 | 5.55 | 5.7 | - |
| YUV | 68.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 65 | 0 | 0.42 | 0.32 | 0.63 | 345 | 0.27 | 0.29 |
| Hex | 5F | 37 | 41 | 0 | 2A | 20 | 3F | 159 | 1B | 1D |
| Octal | 137 | 67 | 101 | 0 | 52 | 40 | 77 | 531 | 33 | 35 |
| Binary | 1011111 | 110111 | 1000001 | 0 | 101010 | 100000 | 111111 | 101011001 | 11011 | 11101 |
Color Harmonies of #5F3741
Complementary color
Monochromatic Colors of #5F3741
Black with #5F3741
Text Example
Text Example
White with #5F3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3741; }
p { color: rgb(95,55,65); }
H1.HeaderClassName
{
color: #5F3741;
}
.AnyTagClassName
{
color: #5F3741;
}
</style>
background-color css
<style>
a { background-color: #5F3741; }
a { background-color: rgb(95,55,65); }
div.DivClassName
{
background-color: #5F3741;
}
.BgClassName
{
background-color: #5F3741;
}
</style>
border-color css
<style>
span { border-color: #5F3741; }
span { border-color: rgb(95,55,65); }
td.TdClassName
{
border-color: #5F3741;
}
.TagClassName
{
border-color: #5F3741;
}
</style>