Shades of Tawny Port #5F374A
Tints of Tawny Port #5F374A
RGB
CMYK
RGB Variations
Color information
#5F374A (or 0x5F374A) is known color: Tawny Port. HEX triplet: 5F, 37 and 4A. RGB value is (95,55,74). Sum of RGB (Red+Green+Blue) = 95+55+74=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 95 - color contains mainly: red. Hex color #5F374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F374A is #A0C8B5. Grayscale: #454545. Windows color (decimal): -10537142 or 4863839. OLE color: 4863839.
HSL color Cylindrical-coordinate representation of color #5F374A: hue angle of 331.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 #5F374A is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 55 | 74 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.63 |
| HSL | 331.5º | 0.27% | 0.29% | - |
| HSV(B) | 331.5º | 0.42% | 0.37% | - |
| XYZ | 7.32 | 5.66 | 7.19 | - |
| YUV | 69.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 55 | 74 | 0 | 0.42 | 0.22 | 0.63 | 331.5 | 0.27 | 0.29 |
| Hex | 5F | 37 | 4A | 0 | 2A | 16 | 3F | 14C | 1B | 1D |
| Octal | 137 | 67 | 112 | 0 | 52 | 26 | 77 | 514 | 33 | 35 |
| Binary | 1011111 | 110111 | 1001010 | 0 | 101010 | 10110 | 111111 | 101001100 | 11011 | 11101 |
Color Harmonies of #5F374A
Complementary color
Monochromatic Colors of #5F374A
Black with #5F374A
Text Example
Text Example
White with #5F374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F374A; }
p { color: rgb(95,55,74); }
H1.HeaderClassName
{
color: #5F374A;
}
.AnyTagClassName
{
color: #5F374A;
}
</style>
background-color css
<style>
a { background-color: #5F374A; }
a { background-color: rgb(95,55,74); }
div.DivClassName
{
background-color: #5F374A;
}
.BgClassName
{
background-color: #5F374A;
}
</style>
border-color css
<style>
span { border-color: #5F374A; }
span { border-color: rgb(95,55,74); }
td.TdClassName
{
border-color: #5F374A;
}
.TagClassName
{
border-color: #5F374A;
}
</style>