Shades of Tawny Port #643247
Tints of Tawny Port #643247
RGB
CMYK
RGB Variations
Color information
#643247 (or 0x643247) is known color: Tawny Port. HEX triplet: 64, 32 and 47. RGB value is (100,50,71). Sum of RGB (Red+Green+Blue) = 100+50+71=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #643247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643247 is #9BCDB8. Grayscale: #434343. Windows color (decimal): -10210745 or 4665956. OLE color: 4665956.
HSL color Cylindrical-coordinate representation of color #643247: hue angle of 334.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643247 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 71 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.61 |
| HSL | 334.8º | 0.33% | 0.29% | - |
| HSV(B) | 334.8º | 0.5% | 0.39% | - |
| XYZ | 7.53 | 5.45 | 6.62 | - |
| YUV | 67.34 | 130.07 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 71 | 0 | 0.50 | 0.29 | 0.61 | 334.8 | 0.33 | 0.29 |
| Hex | 64 | 32 | 47 | 0 | 32 | 1D | 3D | 14F | 21 | 1D |
| Octal | 144 | 62 | 107 | 0 | 62 | 35 | 75 | 517 | 41 | 35 |
| Binary | 1100100 | 110010 | 1000111 | 0 | 110010 | 11101 | 111101 | 101001111 | 100001 | 11101 |
Color Harmonies of #643247
Complementary color
Monochromatic Colors of #643247
Black with #643247
Text Example
Text Example
White with #643247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643247; }
p { color: rgb(100,50,71); }
H1.HeaderClassName
{
color: #643247;
}
.AnyTagClassName
{
color: #643247;
}
</style>
background-color css
<style>
a { background-color: #643247; }
a { background-color: rgb(100,50,71); }
div.DivClassName
{
background-color: #643247;
}
.BgClassName
{
background-color: #643247;
}
</style>
border-color css
<style>
span { border-color: #643247; }
span { border-color: rgb(100,50,71); }
td.TdClassName
{
border-color: #643247;
}
.TagClassName
{
border-color: #643247;
}
</style>