Shades of Tawny Port #5F334A
Tints of Tawny Port #5F334A
RGB
CMYK
RGB Variations
Color information
#5F334A (or 0x5F334A) is known color: Tawny Port. HEX triplet: 5F, 33 and 4A. RGB value is (95,51,74). Sum of RGB (Red+Green+Blue) = 95+51+74=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 95 - color contains mainly: red. Hex color #5F334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F334A is #A0CCB5. Grayscale: #424242. Windows color (decimal): -10538166 or 4862815. OLE color: 4862815.
HSL color Cylindrical-coordinate representation of color #5F334A: hue angle of 328.64º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F334A is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 51 | 74 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.63 |
| HSL | 328.64º | 0.3% | 0.29% | - |
| HSV(B) | 328.64º | 0.46% | 0.37% | - |
| XYZ | 7.14 | 5.29 | 7.12 | - |
| YUV | 66.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 51 | 74 | 0 | 0.46 | 0.22 | 0.63 | 328.64 | 0.3 | 0.29 |
| Hex | 5F | 33 | 4A | 0 | 2E | 16 | 3F | 149 | 1E | 1D |
| Octal | 137 | 63 | 112 | 0 | 56 | 26 | 77 | 511 | 36 | 35 |
| Binary | 1011111 | 110011 | 1001010 | 0 | 101110 | 10110 | 111111 | 101001001 | 11110 | 11101 |
Color Harmonies of #5F334A
Complementary color
Monochromatic Colors of #5F334A
Black with #5F334A
Text Example
Text Example
White with #5F334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F334A; }
p { color: rgb(95,51,74); }
H1.HeaderClassName
{
color: #5F334A;
}
.AnyTagClassName
{
color: #5F334A;
}
</style>
background-color css
<style>
a { background-color: #5F334A; }
a { background-color: rgb(95,51,74); }
div.DivClassName
{
background-color: #5F334A;
}
.BgClassName
{
background-color: #5F334A;
}
</style>
border-color css
<style>
span { border-color: #5F334A; }
span { border-color: rgb(95,51,74); }
td.TdClassName
{
border-color: #5F334A;
}
.TagClassName
{
border-color: #5F334A;
}
</style>