Shades of Tawny Port #672F47
Tints of Tawny Port #672F47
RGB
CMYK
RGB Variations
Color information
#672F47 (or 0x672F47) is known color: Tawny Port. HEX triplet: 67, 2F and 47. RGB value is (103,47,71). Sum of RGB (Red+Green+Blue) = 103+47+71=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #672F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672F47 is #98D0B8. Grayscale: #424242. Windows color (decimal): -10014905 or 4665191. OLE color: 4665191.
HSL color Cylindrical-coordinate representation of color #672F47: hue angle of 334.29º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #672F47 is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 71 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.60 |
| HSL | 334.29º | 0.37% | 0.29% | - |
| HSV(B) | 334.29º | 0.54% | 0.4% | - |
| XYZ | 7.75 | 5.37 | 6.59 | - |
| YUV | 66.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 71 | 0 | 0.54 | 0.31 | 0.60 | 334.29 | 0.37 | 0.29 |
| Hex | 67 | 2F | 47 | 0 | 36 | 1F | 3C | 14E | 25 | 1D |
| Octal | 147 | 57 | 107 | 0 | 66 | 37 | 74 | 516 | 45 | 35 |
| Binary | 1100111 | 101111 | 1000111 | 0 | 110110 | 11111 | 111100 | 101001110 | 100101 | 11101 |
Color Harmonies of #672F47
Complementary color
Monochromatic Colors of #672F47
Black with #672F47
Text Example
Text Example
White with #672F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F47; }
p { color: rgb(103,47,71); }
H1.HeaderClassName
{
color: #672F47;
}
.AnyTagClassName
{
color: #672F47;
}
</style>
background-color css
<style>
a { background-color: #672F47; }
a { background-color: rgb(103,47,71); }
div.DivClassName
{
background-color: #672F47;
}
.BgClassName
{
background-color: #672F47;
}
</style>
border-color css
<style>
span { border-color: #672F47; }
span { border-color: rgb(103,47,71); }
td.TdClassName
{
border-color: #672F47;
}
.TagClassName
{
border-color: #672F47;
}
</style>