Shades of Tawny Port #5F3C4A
Tints of Tawny Port #5F3C4A
RGB
CMYK
RGB Variations
Color information
#5F3C4A (or 0x5F3C4A) is known color: Tawny Port. HEX triplet: 5F, 3C and 4A. RGB value is (95,60,74). Sum of RGB (Red+Green+Blue) = 95+60+74=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3C4A is #A0C3B5. Grayscale: #484848. Windows color (decimal): -10535862 or 4865119. OLE color: 4865119.
HSL color Cylindrical-coordinate representation of color #5F3C4A: hue angle of 336º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F3C4A is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 60 | 74 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.63 |
| HSL | 336º | 0.23% | 0.3% | - |
| HSV(B) | 336º | 0.37% | 0.37% | - |
| XYZ | 7.57 | 6.16 | 7.27 | - |
| YUV | 72.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 60 | 74 | 0 | 0.37 | 0.22 | 0.63 | 336 | 0.23 | 0.3 |
| Hex | 5F | 3C | 4A | 0 | 25 | 16 | 3F | 150 | 17 | 1E |
| Octal | 137 | 74 | 112 | 0 | 45 | 26 | 77 | 520 | 27 | 36 |
| Binary | 1011111 | 111100 | 1001010 | 0 | 100101 | 10110 | 111111 | 101010000 | 10111 | 11110 |
Color Harmonies of #5F3C4A
Complementary color
Monochromatic Colors of #5F3C4A
Black with #5F3C4A
Text Example
Text Example
White with #5F3C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3C4A; }
p { color: rgb(95,60,74); }
H1.HeaderClassName
{
color: #5F3C4A;
}
.AnyTagClassName
{
color: #5F3C4A;
}
</style>
background-color css
<style>
a { background-color: #5F3C4A; }
a { background-color: rgb(95,60,74); }
div.DivClassName
{
background-color: #5F3C4A;
}
.BgClassName
{
background-color: #5F3C4A;
}
</style>
border-color css
<style>
span { border-color: #5F3C4A; }
span { border-color: rgb(95,60,74); }
td.TdClassName
{
border-color: #5F3C4A;
}
.TagClassName
{
border-color: #5F3C4A;
}
</style>