Shades of Tawny Port #653349
Tints of Tawny Port #653349
RGB
CMYK
RGB Variations
Color information
#653349 (or 0x653349) is known color: Tawny Port. HEX triplet: 65, 33 and 49. RGB value is (101,51,73). Sum of RGB (Red+Green+Blue) = 101+51+73=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #653349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653349 is #9ACCB6. Grayscale: #444444. Windows color (decimal): -10144951 or 4797285. OLE color: 4797285.
HSL color Cylindrical-coordinate representation of color #653349: hue angle of 333.6º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653349 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 73 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.60 |
| HSL | 333.6º | 0.33% | 0.3% | - |
| HSV(B) | 333.6º | 0.5% | 0.4% | - |
| XYZ | 7.75 | 5.62 | 6.98 | - |
| YUV | 68.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 73 | 0 | 0.50 | 0.28 | 0.60 | 333.6 | 0.33 | 0.3 |
| Hex | 65 | 33 | 49 | 0 | 32 | 1C | 3C | 14E | 21 | 1E |
| Octal | 145 | 63 | 111 | 0 | 62 | 34 | 74 | 516 | 41 | 36 |
| Binary | 1100101 | 110011 | 1001001 | 0 | 110010 | 11100 | 111100 | 101001110 | 100001 | 11110 |
Color Harmonies of #653349
Complementary color
Monochromatic Colors of #653349
Black with #653349
Text Example
Text Example
White with #653349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653349; }
p { color: rgb(101,51,73); }
H1.HeaderClassName
{
color: #653349;
}
.AnyTagClassName
{
color: #653349;
}
</style>
background-color css
<style>
a { background-color: #653349; }
a { background-color: rgb(101,51,73); }
div.DivClassName
{
background-color: #653349;
}
.BgClassName
{
background-color: #653349;
}
</style>
border-color css
<style>
span { border-color: #653349; }
span { border-color: rgb(101,51,73); }
td.TdClassName
{
border-color: #653349;
}
.TagClassName
{
border-color: #653349;
}
</style>