Shades of Tawny Port #642E43
Tints of Tawny Port #642E43
RGB
CMYK
RGB Variations
Color information
#642E43 (or 0x642E43) is known color: Tawny Port. HEX triplet: 64, 2E and 43. RGB value is (100,46,67). Sum of RGB (Red+Green+Blue) = 100+46+67=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 67 (26.56% from 255 or 31.46% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #642E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642E43 is #9BD1BC. Grayscale: #404040. Windows color (decimal): -10211773 or 4402788. OLE color: 4402788.
HSL color Cylindrical-coordinate representation of color #642E43: hue angle of 336.67º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #642E43 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 46 | 67 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.61 |
| HSL | 336.67º | 0.37% | 0.29% | - |
| HSV(B) | 336.67º | 0.54% | 0.39% | - |
| XYZ | 7.25 | 5.07 | 5.91 | - |
| YUV | 64.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 46 | 67 | 0 | 0.54 | 0.33 | 0.61 | 336.67 | 0.37 | 0.29 |
| Hex | 64 | 2E | 43 | 0 | 36 | 21 | 3D | 151 | 25 | 1D |
| Octal | 144 | 56 | 103 | 0 | 66 | 41 | 75 | 521 | 45 | 35 |
| Binary | 1100100 | 101110 | 1000011 | 0 | 110110 | 100001 | 111101 | 101010001 | 100101 | 11101 |
Color Harmonies of #642E43
Complementary color
Monochromatic Colors of #642E43
Black with #642E43
Text Example
Text Example
White with #642E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642E43; }
p { color: rgb(100,46,67); }
H1.HeaderClassName
{
color: #642E43;
}
.AnyTagClassName
{
color: #642E43;
}
</style>
background-color css
<style>
a { background-color: #642E43; }
a { background-color: rgb(100,46,67); }
div.DivClassName
{
background-color: #642E43;
}
.BgClassName
{
background-color: #642E43;
}
</style>
border-color css
<style>
span { border-color: #642E43; }
span { border-color: rgb(100,46,67); }
td.TdClassName
{
border-color: #642E43;
}
.TagClassName
{
border-color: #642E43;
}
</style>