Shades of Tawny Port #5F314A
Tints of Tawny Port #5F314A
RGB
CMYK
RGB Variations
Color information
#5F314A (or 0x5F314A) is known color: Tawny Port. HEX triplet: 5F, 31 and 4A. RGB value is (95,49,74). Sum of RGB (Red+Green+Blue) = 95+49+74=218 (28% of max value = 765). Red value is 95 (37.5% from 255 or 43.58% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 95 - color contains mainly: red. Hex color #5F314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F314A is #A0CEB5. Grayscale: #414141. Windows color (decimal): -10538678 or 4862303. OLE color: 4862303.
HSL color Cylindrical-coordinate representation of color #5F314A: hue angle of 327.39º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F314A is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 49 | 74 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.63 |
| HSL | 327.39º | 0.32% | 0.28% | - |
| HSV(B) | 327.39º | 0.48% | 0.37% | - |
| XYZ | 7.05 | 5.12 | 7.1 | - |
| YUV | 65.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 49 | 74 | 0 | 0.48 | 0.22 | 0.63 | 327.39 | 0.32 | 0.28 |
| Hex | 5F | 31 | 4A | 0 | 30 | 16 | 3F | 147 | 20 | 1C |
| Octal | 137 | 61 | 112 | 0 | 60 | 26 | 77 | 507 | 40 | 34 |
| Binary | 1011111 | 110001 | 1001010 | 0 | 110000 | 10110 | 111111 | 101000111 | 100000 | 11100 |
Color Harmonies of #5F314A
Complementary color
Monochromatic Colors of #5F314A
Black with #5F314A
Text Example
Text Example
White with #5F314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F314A; }
p { color: rgb(95,49,74); }
H1.HeaderClassName
{
color: #5F314A;
}
.AnyTagClassName
{
color: #5F314A;
}
</style>
background-color css
<style>
a { background-color: #5F314A; }
a { background-color: rgb(95,49,74); }
div.DivClassName
{
background-color: #5F314A;
}
.BgClassName
{
background-color: #5F314A;
}
</style>
border-color css
<style>
span { border-color: #5F314A; }
span { border-color: rgb(95,49,74); }
td.TdClassName
{
border-color: #5F314A;
}
.TagClassName
{
border-color: #5F314A;
}
</style>