Shades of Tawny Port #5F334C
Tints of Tawny Port #5F334C
RGB
CMYK
RGB Variations
Color information
#5F334C (or 0x5F334C) is known color: Tawny Port. HEX triplet: 5F, 33 and 4C. RGB value is (95,51,76). Sum of RGB (Red+Green+Blue) = 95+51+76=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 95 - color contains mainly: red. Hex color #5F334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F334C is #A0CCB3. Grayscale: #424242. Windows color (decimal): -10538164 or 4993887. OLE color: 4993887.
HSL color Cylindrical-coordinate representation of color #5F334C: hue angle of 325.91º 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 #5F334C is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 51 | 76 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.63 |
| HSL | 325.91º | 0.3% | 0.29% | - |
| HSV(B) | 325.91º | 0.46% | 0.37% | - |
| XYZ | 7.21 | 5.32 | 7.48 | - |
| YUV | 67.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 51 | 76 | 0 | 0.46 | 0.20 | 0.63 | 325.91 | 0.3 | 0.29 |
| Hex | 5F | 33 | 4C | 0 | 2E | 14 | 3F | 146 | 1E | 1D |
| Octal | 137 | 63 | 114 | 0 | 56 | 24 | 77 | 506 | 36 | 35 |
| Binary | 1011111 | 110011 | 1001100 | 0 | 101110 | 10100 | 111111 | 101000110 | 11110 | 11101 |
Color Harmonies of #5F334C
Complementary color
Monochromatic Colors of #5F334C
Black with #5F334C
Text Example
Text Example
White with #5F334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F334C; }
p { color: rgb(95,51,76); }
H1.HeaderClassName
{
color: #5F334C;
}
.AnyTagClassName
{
color: #5F334C;
}
</style>
background-color css
<style>
a { background-color: #5F334C; }
a { background-color: rgb(95,51,76); }
div.DivClassName
{
background-color: #5F334C;
}
.BgClassName
{
background-color: #5F334C;
}
</style>
border-color css
<style>
span { border-color: #5F334C; }
span { border-color: rgb(95,51,76); }
td.TdClassName
{
border-color: #5F334C;
}
.TagClassName
{
border-color: #5F334C;
}
</style>