Shades of Tawny Port #653440
Tints of Tawny Port #653440
RGB
CMYK
RGB Variations
Color information
#653440 (or 0x653440) is known color: Tawny Port. HEX triplet: 65, 34 and 40. RGB value is (101,52,64). Sum of RGB (Red+Green+Blue) = 101+52+64=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #653440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653440 is #9ACBBF. Grayscale: #444444. Windows color (decimal): -10144704 or 4207717. OLE color: 4207717.
HSL color Cylindrical-coordinate representation of color #653440: hue angle of 345.31º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #653440 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 52 | 64 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.60 |
| HSL | 345.31º | 0.32% | 0.3% | - |
| HSV(B) | 345.31º | 0.49% | 0.4% | - |
| XYZ | 7.52 | 5.59 | 5.53 | - |
| YUV | 68.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 52 | 64 | 0 | 0.49 | 0.37 | 0.60 | 345.31 | 0.32 | 0.3 |
| Hex | 65 | 34 | 40 | 0 | 31 | 25 | 3C | 159 | 20 | 1E |
| Octal | 145 | 64 | 100 | 0 | 61 | 45 | 74 | 531 | 40 | 36 |
| Binary | 1100101 | 110100 | 1000000 | 0 | 110001 | 100101 | 111100 | 101011001 | 100000 | 11110 |
Color Harmonies of #653440
Complementary color
Monochromatic Colors of #653440
Black with #653440
Text Example
Text Example
White with #653440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653440; }
p { color: rgb(101,52,64); }
H1.HeaderClassName
{
color: #653440;
}
.AnyTagClassName
{
color: #653440;
}
</style>
background-color css
<style>
a { background-color: #653440; }
a { background-color: rgb(101,52,64); }
div.DivClassName
{
background-color: #653440;
}
.BgClassName
{
background-color: #653440;
}
</style>
border-color css
<style>
span { border-color: #653440; }
span { border-color: rgb(101,52,64); }
td.TdClassName
{
border-color: #653440;
}
.TagClassName
{
border-color: #653440;
}
</style>