Shades of Tawny Port #643442
Tints of Tawny Port #643442
RGB
CMYK
RGB Variations
Color information
#643442 (or 0x643442) is known color: Tawny Port. HEX triplet: 64, 34 and 42. RGB value is (100,52,66). Sum of RGB (Red+Green+Blue) = 100+52+66=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #643442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643442 is #9BCBBD. Grayscale: #434343. Windows color (decimal): -10210238 or 4338788. OLE color: 4338788.
HSL color Cylindrical-coordinate representation of color #643442: hue angle of 342.5º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #643442 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 52 | 66 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.61 |
| HSL | 342.5º | 0.32% | 0.3% | - |
| HSV(B) | 342.5º | 0.48% | 0.39% | - |
| XYZ | 7.47 | 5.56 | 5.83 | - |
| YUV | 67.95 | 126.9 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 66 | 0 | 0.48 | 0.34 | 0.61 | 342.5 | 0.32 | 0.3 |
| Hex | 64 | 34 | 42 | 0 | 30 | 22 | 3D | 156 | 20 | 1E |
| Octal | 144 | 64 | 102 | 0 | 60 | 42 | 75 | 526 | 40 | 36 |
| Binary | 1100100 | 110100 | 1000010 | 0 | 110000 | 100010 | 111101 | 101010110 | 100000 | 11110 |
Color Harmonies of #643442
Complementary color
Monochromatic Colors of #643442
Black with #643442
Text Example
Text Example
White with #643442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643442; }
p { color: rgb(100,52,66); }
H1.HeaderClassName
{
color: #643442;
}
.AnyTagClassName
{
color: #643442;
}
</style>
background-color css
<style>
a { background-color: #643442; }
a { background-color: rgb(100,52,66); }
div.DivClassName
{
background-color: #643442;
}
.BgClassName
{
background-color: #643442;
}
</style>
border-color css
<style>
span { border-color: #643442; }
span { border-color: rgb(100,52,66); }
td.TdClassName
{
border-color: #643442;
}
.TagClassName
{
border-color: #643442;
}
</style>