Shades of Tawny Port #643541
Tints of Tawny Port #643541
RGB
CMYK
RGB Variations
Color information
#643541 (or 0x643541) is known color: Tawny Port. HEX triplet: 64, 35 and 41. RGB value is (100,53,65). Sum of RGB (Red+Green+Blue) = 100+53+65=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #643541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643541 is #9BCABE. Grayscale: #444444. Windows color (decimal): -10209983 or 4273508. OLE color: 4273508.
HSL color Cylindrical-coordinate representation of color #643541: hue angle of 344.68º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #643541 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 53 | 65 | - |
| CMYK | 0 | 0.47 | 0.35 | 0.61 |
| HSL | 344.68º | 0.31% | 0.3% | - |
| HSV(B) | 344.68º | 0.47% | 0.39% | - |
| XYZ | 7.48 | 5.64 | 5.69 | - |
| YUV | 68.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 53 | 65 | 0 | 0.47 | 0.35 | 0.61 | 344.68 | 0.31 | 0.3 |
| Hex | 64 | 35 | 41 | 0 | 2F | 23 | 3D | 159 | 1F | 1E |
| Octal | 144 | 65 | 101 | 0 | 57 | 43 | 75 | 531 | 37 | 36 |
| Binary | 1100100 | 110101 | 1000001 | 0 | 101111 | 100011 | 111101 | 101011001 | 11111 | 11110 |
Color Harmonies of #643541
Complementary color
Monochromatic Colors of #643541
Black with #643541
Text Example
Text Example
White with #643541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643541; }
p { color: rgb(100,53,65); }
H1.HeaderClassName
{
color: #643541;
}
.AnyTagClassName
{
color: #643541;
}
</style>
background-color css
<style>
a { background-color: #643541; }
a { background-color: rgb(100,53,65); }
div.DivClassName
{
background-color: #643541;
}
.BgClassName
{
background-color: #643541;
}
</style>
border-color css
<style>
span { border-color: #643541; }
span { border-color: rgb(100,53,65); }
td.TdClassName
{
border-color: #643541;
}
.TagClassName
{
border-color: #643541;
}
</style>