Shades of Tawny Port #5F3E4A
Tints of Tawny Port #5F3E4A
RGB
CMYK
RGB Variations
Color information
#5F3E4A (or 0x5F3E4A) is known color: Tawny Port. HEX triplet: 5F, 3E and 4A. RGB value is (95,62,74). Sum of RGB (Red+Green+Blue) = 95+62+74=231 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.13% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3E4A is #A0C1B5. Grayscale: #494949. Windows color (decimal): -10535350 or 4865631. OLE color: 4865631.
HSL color Cylindrical-coordinate representation of color #5F3E4A: hue angle of 338.18º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F3E4A is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 62 | 74 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.63 |
| HSL | 338.18º | 0.21% | 0.31% | - |
| HSV(B) | 338.18º | 0.35% | 0.37% | - |
| XYZ | 7.68 | 6.37 | 7.3 | - |
| YUV | 73.24 | 128.43 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 62 | 74 | 0 | 0.35 | 0.22 | 0.63 | 338.18 | 0.21 | 0.31 |
| Hex | 5F | 3E | 4A | 0 | 23 | 16 | 3F | 152 | 15 | 1F |
| Octal | 137 | 76 | 112 | 0 | 43 | 26 | 77 | 522 | 25 | 37 |
| Binary | 1011111 | 111110 | 1001010 | 0 | 100011 | 10110 | 111111 | 101010010 | 10101 | 11111 |
Color Harmonies of #5F3E4A
Complementary color
Monochromatic Colors of #5F3E4A
Black with #5F3E4A
Text Example
Text Example
White with #5F3E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3E4A; }
p { color: rgb(95,62,74); }
H1.HeaderClassName
{
color: #5F3E4A;
}
.AnyTagClassName
{
color: #5F3E4A;
}
</style>
background-color css
<style>
a { background-color: #5F3E4A; }
a { background-color: rgb(95,62,74); }
div.DivClassName
{
background-color: #5F3E4A;
}
.BgClassName
{
background-color: #5F3E4A;
}
</style>
border-color css
<style>
span { border-color: #5F3E4A; }
span { border-color: rgb(95,62,74); }
td.TdClassName
{
border-color: #5F3E4A;
}
.TagClassName
{
border-color: #5F3E4A;
}
</style>