Shades of Tawny Port #5F314B
Tints of Tawny Port #5F314B
RGB
CMYK
RGB Variations
Color information
#5F314B (or 0x5F314B) is known color: Tawny Port. HEX triplet: 5F, 31 and 4B. RGB value is (95,49,75). Sum of RGB (Red+Green+Blue) = 95+49+75=219 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.38% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 95 - color contains mainly: red. Hex color #5F314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F314B is #A0CEB4. Grayscale: #414141. Windows color (decimal): -10538677 or 4927839. OLE color: 4927839.
HSL color Cylindrical-coordinate representation of color #5F314B: hue angle of 326.09º 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 #5F314B is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 49 | 75 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.63 |
| HSL | 326.09º | 0.32% | 0.28% | - |
| HSV(B) | 326.09º | 0.48% | 0.37% | - |
| XYZ | 7.09 | 5.14 | 7.27 | - |
| YUV | 65.72 | 133.24 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 49 | 75 | 0 | 0.48 | 0.21 | 0.63 | 326.09 | 0.32 | 0.28 |
| Hex | 5F | 31 | 4B | 0 | 30 | 15 | 3F | 146 | 20 | 1C |
| Octal | 137 | 61 | 113 | 0 | 60 | 25 | 77 | 506 | 40 | 34 |
| Binary | 1011111 | 110001 | 1001011 | 0 | 110000 | 10101 | 111111 | 101000110 | 100000 | 11100 |
Color Harmonies of #5F314B
Complementary color
Monochromatic Colors of #5F314B
Black with #5F314B
Text Example
Text Example
White with #5F314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F314B; }
p { color: rgb(95,49,75); }
H1.HeaderClassName
{
color: #5F314B;
}
.AnyTagClassName
{
color: #5F314B;
}
</style>
background-color css
<style>
a { background-color: #5F314B; }
a { background-color: rgb(95,49,75); }
div.DivClassName
{
background-color: #5F314B;
}
.BgClassName
{
background-color: #5F314B;
}
</style>
border-color css
<style>
span { border-color: #5F314B; }
span { border-color: rgb(95,49,75); }
td.TdClassName
{
border-color: #5F314B;
}
.TagClassName
{
border-color: #5F314B;
}
</style>