Shades of Tawny Port #643441
Tints of Tawny Port #643441
RGB
CMYK
RGB Variations
Color information
#643441 (or 0x643441) is known color: Tawny Port. HEX triplet: 64, 34 and 41. RGB value is (100,52,65). Sum of RGB (Red+Green+Blue) = 100+52+65=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #643441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643441 is #9BCBBE. Grayscale: #434343. Windows color (decimal): -10210239 or 4273252. OLE color: 4273252.
HSL color Cylindrical-coordinate representation of color #643441: hue angle of 343.75º 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 #643441 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 52 | 65 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.61 |
| HSL | 343.75º | 0.32% | 0.3% | - |
| HSV(B) | 343.75º | 0.48% | 0.39% | - |
| XYZ | 7.44 | 5.55 | 5.68 | - |
| YUV | 67.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 65 | 0 | 0.48 | 0.35 | 0.61 | 343.75 | 0.32 | 0.3 |
| Hex | 64 | 34 | 41 | 0 | 30 | 23 | 3D | 158 | 20 | 1E |
| Octal | 144 | 64 | 101 | 0 | 60 | 43 | 75 | 530 | 40 | 36 |
| Binary | 1100100 | 110100 | 1000001 | 0 | 110000 | 100011 | 111101 | 101011000 | 100000 | 11110 |
Color Harmonies of #643441
Complementary color
Monochromatic Colors of #643441
Black with #643441
Text Example
Text Example
White with #643441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643441; }
p { color: rgb(100,52,65); }
H1.HeaderClassName
{
color: #643441;
}
.AnyTagClassName
{
color: #643441;
}
</style>
background-color css
<style>
a { background-color: #643441; }
a { background-color: rgb(100,52,65); }
div.DivClassName
{
background-color: #643441;
}
.BgClassName
{
background-color: #643441;
}
</style>
border-color css
<style>
span { border-color: #643441; }
span { border-color: rgb(100,52,65); }
td.TdClassName
{
border-color: #643441;
}
.TagClassName
{
border-color: #643441;
}
</style>