Shades of Tawny Port #64384C
Tints of Tawny Port #64384C
RGB
CMYK
RGB Variations
Color information
#64384C (or 0x64384C) is known color: Tawny Port. HEX triplet: 64, 38 and 4C. RGB value is (100,56,76). Sum of RGB (Red+Green+Blue) = 100+56+76=232 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.10% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 100 - color contains mainly: red. Hex color #64384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64384C is #9BC7B3. Grayscale: #474747. Windows color (decimal): -10209204 or 4995172. OLE color: 4995172.
HSL color Cylindrical-coordinate representation of color #64384C: hue angle of 332.73º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64384C is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 56 | 76 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.61 |
| HSL | 332.73º | 0.28% | 0.31% | - |
| HSV(B) | 332.73º | 0.44% | 0.39% | - |
| XYZ | 7.97 | 6.06 | 7.59 | - |
| YUV | 71.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 76 | 0 | 0.44 | 0.24 | 0.61 | 332.73 | 0.28 | 0.31 |
| Hex | 64 | 38 | 4C | 0 | 2C | 18 | 3D | 14D | 1C | 1F |
| Octal | 144 | 70 | 114 | 0 | 54 | 30 | 75 | 515 | 34 | 37 |
| Binary | 1100100 | 111000 | 1001100 | 0 | 101100 | 11000 | 111101 | 101001101 | 11100 | 11111 |
Color Harmonies of #64384C
Complementary color
Monochromatic Colors of #64384C
Black with #64384C
Text Example
Text Example
White with #64384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64384C; }
p { color: rgb(100,56,76); }
H1.HeaderClassName
{
color: #64384C;
}
.AnyTagClassName
{
color: #64384C;
}
</style>
background-color css
<style>
a { background-color: #64384C; }
a { background-color: rgb(100,56,76); }
div.DivClassName
{
background-color: #64384C;
}
.BgClassName
{
background-color: #64384C;
}
</style>
border-color css
<style>
span { border-color: #64384C; }
span { border-color: rgb(100,56,76); }
td.TdClassName
{
border-color: #64384C;
}
.TagClassName
{
border-color: #64384C;
}
</style>