Shades of Tawny Port #643244
Tints of Tawny Port #643244
RGB
CMYK
RGB Variations
Color information
#643244 (or 0x643244) is known color: Tawny Port. HEX triplet: 64, 32 and 44. RGB value is (100,50,68). Sum of RGB (Red+Green+Blue) = 100+50+68=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #643244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643244 is #9BCDBB. Grayscale: #424242. Windows color (decimal): -10210748 or 4469348. OLE color: 4469348.
HSL color Cylindrical-coordinate representation of color #643244: hue angle of 338.4º 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 #643244 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 68 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.61 |
| HSL | 338.4º | 0.33% | 0.29% | - |
| HSV(B) | 338.4º | 0.5% | 0.39% | - |
| XYZ | 7.44 | 5.41 | 6.12 | - |
| YUV | 67 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 68 | 0 | 0.50 | 0.32 | 0.61 | 338.4 | 0.33 | 0.29 |
| Hex | 64 | 32 | 44 | 0 | 32 | 20 | 3D | 152 | 21 | 1D |
| Octal | 144 | 62 | 104 | 0 | 62 | 40 | 75 | 522 | 41 | 35 |
| Binary | 1100100 | 110010 | 1000100 | 0 | 110010 | 100000 | 111101 | 101010010 | 100001 | 11101 |
Color Harmonies of #643244
Complementary color
Monochromatic Colors of #643244
Black with #643244
Text Example
Text Example
White with #643244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643244; }
p { color: rgb(100,50,68); }
H1.HeaderClassName
{
color: #643244;
}
.AnyTagClassName
{
color: #643244;
}
</style>
background-color css
<style>
a { background-color: #643244; }
a { background-color: rgb(100,50,68); }
div.DivClassName
{
background-color: #643244;
}
.BgClassName
{
background-color: #643244;
}
</style>
border-color css
<style>
span { border-color: #643244; }
span { border-color: rgb(100,50,68); }
td.TdClassName
{
border-color: #643244;
}
.TagClassName
{
border-color: #643244;
}
</style>