Shades of Tawny Port #643445
Tints of Tawny Port #643445
RGB
CMYK
RGB Variations
Color information
#643445 (or 0x643445) is known color: Tawny Port. HEX triplet: 64, 34 and 45. RGB value is (100,52,69). Sum of RGB (Red+Green+Blue) = 100+52+69=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #643445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643445 is #9BCBBA. Grayscale: #444444. Windows color (decimal): -10210235 or 4535396. OLE color: 4535396.
HSL color Cylindrical-coordinate representation of color #643445: hue angle of 338.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 #643445 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 52 | 69 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.61 |
| HSL | 338.75º | 0.32% | 0.3% | - |
| HSV(B) | 338.75º | 0.48% | 0.39% | - |
| XYZ | 7.56 | 5.59 | 6.31 | - |
| YUV | 68.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 52 | 69 | 0 | 0.48 | 0.31 | 0.61 | 338.75 | 0.32 | 0.3 |
| Hex | 64 | 34 | 45 | 0 | 30 | 1F | 3D | 153 | 20 | 1E |
| Octal | 144 | 64 | 105 | 0 | 60 | 37 | 75 | 523 | 40 | 36 |
| Binary | 1100100 | 110100 | 1000101 | 0 | 110000 | 11111 | 111101 | 101010011 | 100000 | 11110 |
Color Harmonies of #643445
Complementary color
Monochromatic Colors of #643445
Black with #643445
Text Example
Text Example
White with #643445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643445; }
p { color: rgb(100,52,69); }
H1.HeaderClassName
{
color: #643445;
}
.AnyTagClassName
{
color: #643445;
}
</style>
background-color css
<style>
a { background-color: #643445; }
a { background-color: rgb(100,52,69); }
div.DivClassName
{
background-color: #643445;
}
.BgClassName
{
background-color: #643445;
}
</style>
border-color css
<style>
span { border-color: #643445; }
span { border-color: rgb(100,52,69); }
td.TdClassName
{
border-color: #643445;
}
.TagClassName
{
border-color: #643445;
}
</style>