Shades of Tawny Port #643242
Tints of Tawny Port #643242
RGB
CMYK
RGB Variations
Color information
#643242 (or 0x643242) is known color: Tawny Port. HEX triplet: 64, 32 and 42. RGB value is (100,50,66). Sum of RGB (Red+Green+Blue) = 100+50+66=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #643242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643242 is #9BCDBD. Grayscale: #424242. Windows color (decimal): -10210750 or 4338276. OLE color: 4338276.
HSL color Cylindrical-coordinate representation of color #643242: hue angle of 340.8º 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 #643242 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 66 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.61 |
| HSL | 340.8º | 0.33% | 0.29% | - |
| HSV(B) | 340.8º | 0.5% | 0.39% | - |
| XYZ | 7.38 | 5.38 | 5.8 | - |
| YUV | 66.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 66 | 0 | 0.50 | 0.34 | 0.61 | 340.8 | 0.33 | 0.29 |
| Hex | 64 | 32 | 42 | 0 | 32 | 22 | 3D | 155 | 21 | 1D |
| Octal | 144 | 62 | 102 | 0 | 62 | 42 | 75 | 525 | 41 | 35 |
| Binary | 1100100 | 110010 | 1000010 | 0 | 110010 | 100010 | 111101 | 101010101 | 100001 | 11101 |
Color Harmonies of #643242
Complementary color
Monochromatic Colors of #643242
Black with #643242
Text Example
Text Example
White with #643242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643242; }
p { color: rgb(100,50,66); }
H1.HeaderClassName
{
color: #643242;
}
.AnyTagClassName
{
color: #643242;
}
</style>
background-color css
<style>
a { background-color: #643242; }
a { background-color: rgb(100,50,66); }
div.DivClassName
{
background-color: #643242;
}
.BgClassName
{
background-color: #643242;
}
</style>
border-color css
<style>
span { border-color: #643242; }
span { border-color: rgb(100,50,66); }
td.TdClassName
{
border-color: #643242;
}
.TagClassName
{
border-color: #643242;
}
</style>