Shades of Tawny Port #64324C
Tints of Tawny Port #64324C
RGB
CMYK
RGB Variations
Color information
#64324C (or 0x64324C) is known color: Tawny Port. HEX triplet: 64, 32 and 4C. RGB value is (100,50,76). Sum of RGB (Red+Green+Blue) = 100+50+76=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #64324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64324C is #9BCDB3. Grayscale: #434343. Windows color (decimal): -10210740 or 4993636. OLE color: 4993636.
HSL color Cylindrical-coordinate representation of color #64324C: hue angle of 328.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 #64324C is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 50 | 76 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.61 |
| HSL | 328.8º | 0.33% | 0.29% | - |
| HSV(B) | 328.8º | 0.5% | 0.39% | - |
| XYZ | 7.7 | 5.51 | 7.5 | - |
| YUV | 67.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 76 | 0 | 0.50 | 0.24 | 0.61 | 328.8 | 0.33 | 0.29 |
| Hex | 64 | 32 | 4C | 0 | 32 | 18 | 3D | 149 | 21 | 1D |
| Octal | 144 | 62 | 114 | 0 | 62 | 30 | 75 | 511 | 41 | 35 |
| Binary | 1100100 | 110010 | 1001100 | 0 | 110010 | 11000 | 111101 | 101001001 | 100001 | 11101 |
Color Harmonies of #64324C
Complementary color
Monochromatic Colors of #64324C
Black with #64324C
Text Example
Text Example
White with #64324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64324C; }
p { color: rgb(100,50,76); }
H1.HeaderClassName
{
color: #64324C;
}
.AnyTagClassName
{
color: #64324C;
}
</style>
background-color css
<style>
a { background-color: #64324C; }
a { background-color: rgb(100,50,76); }
div.DivClassName
{
background-color: #64324C;
}
.BgClassName
{
background-color: #64324C;
}
</style>
border-color css
<style>
span { border-color: #64324C; }
span { border-color: rgb(100,50,76); }
td.TdClassName
{
border-color: #64324C;
}
.TagClassName
{
border-color: #64324C;
}
</style>