Shades of Tawny Port #64364A
Tints of Tawny Port #64364A
RGB
CMYK
RGB Variations
Color information
#64364A (or 0x64364A) is known color: Tawny Port. HEX triplet: 64, 36 and 4A. RGB value is (100,54,74). Sum of RGB (Red+Green+Blue) = 100+54+74=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #64364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64364A is #9BC9B5. Grayscale: #464646. Windows color (decimal): -10209718 or 4863588. OLE color: 4863588.
HSL color Cylindrical-coordinate representation of color #64364A: hue angle of 333.91º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64364A is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 54 | 74 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.61 |
| HSL | 333.91º | 0.3% | 0.3% | - |
| HSV(B) | 333.91º | 0.46% | 0.39% | - |
| XYZ | 7.81 | 5.84 | 7.19 | - |
| YUV | 70.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 54 | 74 | 0 | 0.46 | 0.26 | 0.61 | 333.91 | 0.3 | 0.3 |
| Hex | 64 | 36 | 4A | 0 | 2E | 1A | 3D | 14E | 1E | 1E |
| Octal | 144 | 66 | 112 | 0 | 56 | 32 | 75 | 516 | 36 | 36 |
| Binary | 1100100 | 110110 | 1001010 | 0 | 101110 | 11010 | 111101 | 101001110 | 11110 | 11110 |
Color Harmonies of #64364A
Complementary color
Monochromatic Colors of #64364A
Black with #64364A
Text Example
Text Example
White with #64364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64364A; }
p { color: rgb(100,54,74); }
H1.HeaderClassName
{
color: #64364A;
}
.AnyTagClassName
{
color: #64364A;
}
</style>
background-color css
<style>
a { background-color: #64364A; }
a { background-color: rgb(100,54,74); }
div.DivClassName
{
background-color: #64364A;
}
.BgClassName
{
background-color: #64364A;
}
</style>
border-color css
<style>
span { border-color: #64364A; }
span { border-color: rgb(100,54,74); }
td.TdClassName
{
border-color: #64364A;
}
.TagClassName
{
border-color: #64364A;
}
</style>