Shades of Tawny Port #5F373E
Tints of Tawny Port #5F373E
RGB
CMYK
RGB Variations
Color information
#5F373E (or 0x5F373E) is known color: Tawny Port. HEX triplet: 5F, 37 and 3E. RGB value is (95,55,62). Sum of RGB (Red+Green+Blue) = 95+55+62=212 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.81% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 95 - color contains mainly: red. Hex color #5F373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F373E is #A0C8C1. Grayscale: #434343. Windows color (decimal): -10537154 or 4077407. OLE color: 4077407.
HSL color Cylindrical-coordinate representation of color #5F373E: hue angle of 349.5º 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 #5F373E is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 55 | 62 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.63 |
| HSL | 349.5º | 0.27% | 0.29% | - |
| HSV(B) | 349.5º | 0.42% | 0.37% | - |
| XYZ | 6.96 | 5.51 | 5.25 | - |
| YUV | 67.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 62 | 0 | 0.42 | 0.35 | 0.63 | 349.5 | 0.27 | 0.29 |
| Hex | 5F | 37 | 3E | 0 | 2A | 23 | 3F | 15E | 1B | 1D |
| Octal | 137 | 67 | 76 | 0 | 52 | 43 | 77 | 536 | 33 | 35 |
| Binary | 1011111 | 110111 | 111110 | 0 | 101010 | 100011 | 111111 | 101011110 | 11011 | 11101 |
Color Harmonies of #5F373E
Complementary color
Monochromatic Colors of #5F373E
Black with #5F373E
Text Example
Text Example
White with #5F373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F373E; }
p { color: rgb(95,55,62); }
H1.HeaderClassName
{
color: #5F373E;
}
.AnyTagClassName
{
color: #5F373E;
}
</style>
background-color css
<style>
a { background-color: #5F373E; }
a { background-color: rgb(95,55,62); }
div.DivClassName
{
background-color: #5F373E;
}
.BgClassName
{
background-color: #5F373E;
}
</style>
border-color css
<style>
span { border-color: #5F373E; }
span { border-color: rgb(95,55,62); }
td.TdClassName
{
border-color: #5F373E;
}
.TagClassName
{
border-color: #5F373E;
}
</style>