Shades of Tawny Port #653246
Tints of Tawny Port #653246
RGB
CMYK
RGB Variations
Color information
#653246 (or 0x653246) is known color: Tawny Port. HEX triplet: 65, 32 and 46. RGB value is (101,50,70). Sum of RGB (Red+Green+Blue) = 101+50+70=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #653246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653246 is #9ACDB9. Grayscale: #434343. Windows color (decimal): -10145210 or 4600421. OLE color: 4600421.
HSL color Cylindrical-coordinate representation of color #653246: hue angle of 336.47º degrees, saturation: 0.34, 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 #653246 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 50 | 70 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.60 |
| HSL | 336.47º | 0.34% | 0.3% | - |
| HSV(B) | 336.47º | 0.5% | 0.4% | - |
| XYZ | 7.61 | 5.49 | 6.45 | - |
| YUV | 67.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 70 | 0 | 0.50 | 0.31 | 0.60 | 336.47 | 0.34 | 0.3 |
| Hex | 65 | 32 | 46 | 0 | 32 | 1F | 3C | 150 | 22 | 1E |
| Octal | 145 | 62 | 106 | 0 | 62 | 37 | 74 | 520 | 42 | 36 |
| Binary | 1100101 | 110010 | 1000110 | 0 | 110010 | 11111 | 111100 | 101010000 | 100010 | 11110 |
Color Harmonies of #653246
Complementary color
Monochromatic Colors of #653246
Black with #653246
Text Example
Text Example
White with #653246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653246; }
p { color: rgb(101,50,70); }
H1.HeaderClassName
{
color: #653246;
}
.AnyTagClassName
{
color: #653246;
}
</style>
background-color css
<style>
a { background-color: #653246; }
a { background-color: rgb(101,50,70); }
div.DivClassName
{
background-color: #653246;
}
.BgClassName
{
background-color: #653246;
}
</style>
border-color css
<style>
span { border-color: #653246; }
span { border-color: rgb(101,50,70); }
td.TdClassName
{
border-color: #653246;
}
.TagClassName
{
border-color: #653246;
}
</style>